Index: fpdfsdk/include/formfiller/FFL_ComboBox.h |
diff --git a/fpdfsdk/include/formfiller/FFL_ComboBox.h b/fpdfsdk/include/formfiller/FFL_ComboBox.h |
index 6df8347a769cb49b8e46781044c839e1bee3ca09..e9b88508ff050aadbc8ed556f9521c8cbabf024f 100644 |
--- a/fpdfsdk/include/formfiller/FFL_ComboBox.h |
+++ b/fpdfsdk/include/formfiller/FFL_ComboBox.h |
@@ -5,7 +5,13 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
#ifndef _FFL_COMBOBOX_H_ |
- #define _FFL_COMBOBOX_H_ |
+#define _FFL_COMBOBOX_H_ |
+ |
+#include "../../../core/include/fxcrt/fx_string.h" |
+#include "FFL_FormFiller.h" |
+ |
+class CBA_FontMap; |
+class CPDFSDK_Document; |
struct FFL_ComboBoxState |
{ |
@@ -14,7 +20,6 @@ struct FFL_ComboBoxState |
int nEnd; |
CFX_WideString sValue; |
}; |
-class CBA_FontMap; |
class CFFL_ComboBox : public CFFL_FormFiller, public IPWL_FocusHandler, public IPWL_Edit_Notify |
{ |