diff options
Diffstat (limited to 'fpdfsdk/include/pdfwindow/PWL_ComboBox.h')
-rw-r--r-- | fpdfsdk/include/pdfwindow/PWL_ComboBox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h index 40523d70ed..0b86add467 100644 --- a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h +++ b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h @@ -7,6 +7,10 @@ #ifndef _PWL_COMBOBOX_H_ #define _PWL_COMBOBOX_H_ +#include "PWL_Edit.h" +#include "PWL_ListBox.h" +#include "PWL_Wnd.h" + class CPWL_CBEdit : public CPWL_Edit { public: |