summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_colorspace.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-09-19 15:03:15 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-09-20 01:30:52 +0000
commit61f2f4812e28caa0c62c2e6899ed490fc8ad9e19 (patch)
tree2b3da3f5bc2d6b1cdac27ae6af4600abc6157427 /core/fpdfapi/page/cpdf_colorspace.cpp
parent7acd8268491ba9724b245b5dc594c8a4deeca9ee (diff)
downloadpdfium-61f2f4812e28caa0c62c2e6899ed490fc8ad9e19.tar.xz
Isolate lcms2 usage to a few files.
Then set up the right dependencies for them. BUG=chromium:765914 Change-Id: I036cd888c741927d5efe0d020c6676f169e7cbb1 Reviewed-on: https://pdfium-review.googlesource.com/14410 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fpdfapi/page/cpdf_colorspace.cpp')
-rw-r--r--core/fpdfapi/page/cpdf_colorspace.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fpdfapi/page/cpdf_colorspace.cpp b/core/fpdfapi/page/cpdf_colorspace.cpp
index c37b5a4177..3e2b885ee5 100644
--- a/core/fpdfapi/page/cpdf_colorspace.cpp
+++ b/core/fpdfapi/page/cpdf_colorspace.cpp
@@ -28,6 +28,7 @@
#include "core/fpdfapi/parser/cpdf_stream_acc.h"
#include "core/fpdfapi/parser/cpdf_string.h"
#include "core/fpdfdoc/cpdf_action.h"
+#include "core/fxcodec/codec/ccodec_iccmodule.h"
#include "core/fxcodec/fx_codec.h"
#include "core/fxcrt/cfx_fixedbufgrow.h"
#include "core/fxcrt/cfx_maybe_owned.h"