summaryrefslogtreecommitdiff
path: root/Userland/Utilities/icc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/icc.cpp')
-rw-r--r--Userland/Utilities/icc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Utilities/icc.cpp b/Userland/Utilities/icc.cpp
index 35ca614f39..884db15c9e 100644
--- a/Userland/Utilities/icc.cpp
+++ b/Userland/Utilities/icc.cpp
@@ -10,6 +10,7 @@
#include <LibCore/DateTime.h>
#include <LibCore/MappedFile.h>
#include <LibGfx/ICC/Profile.h>
+#include <LibGfx/ICC/Tags.h>
#include <LibGfx/ImageDecoder.h>
template<class T>