summaryrefslogtreecommitdiff
path: root/core/fxge/cfx_color.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/cfx_color.h')
-rw-r--r--core/fxge/cfx_color.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/fxge/cfx_color.h b/core/fxge/cfx_color.h
index 1dd512a42d..251962a0d5 100644
--- a/core/fxge/cfx_color.h
+++ b/core/fxge/cfx_color.h
@@ -7,9 +7,11 @@
#ifndef CORE_FXGE_CFX_COLOR_H_
#define CORE_FXGE_CFX_COLOR_H_
-#include "core/fpdfapi/parser/cpdf_array.h"
+#include "core/fxcrt/fx_string.h"
#include "core/fxge/fx_dib.h"
+class CPDF_Array;
+
struct CFX_Color {
static CFX_Color ParseColor(const CPDF_Array& array);
static CFX_Color ParseColor(const ByteString& str);