diff options
Diffstat (limited to 'fpdfsdk/include/pdfwindow/PWL_Edit.h')
-rw-r--r-- | fpdfsdk/include/pdfwindow/PWL_Edit.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fpdfsdk/include/pdfwindow/PWL_Edit.h b/fpdfsdk/include/pdfwindow/PWL_Edit.h index 7a4caaa6ef..d00c311101 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Edit.h +++ b/fpdfsdk/include/pdfwindow/PWL_Edit.h @@ -7,8 +7,12 @@ #ifndef _PWL_EDIT_H_ #define _PWL_EDIT_H_ -class IPWL_Filler_Notify; +#include "../../../core/include/fxcrt/fx_basic.h" +#include "PWL_EditCtrl.h" +#include "PWL_Wnd.h" + class CPWL_Edit; +class IPWL_Filler_Notify; class IPWL_SpellCheck; class IPWL_Filler_Notify |