diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_widget.cpp')
-rw-r--r-- | xfa/fwl/core/ifwl_widget.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xfa/fwl/core/ifwl_widget.cpp b/xfa/fwl/core/ifwl_widget.cpp index 454f4833fd..8bb148247e 100644 --- a/xfa/fwl/core/ifwl_widget.cpp +++ b/xfa/fwl/core/ifwl_widget.cpp @@ -9,6 +9,12 @@ #include <algorithm> #include "xfa/fde/tto/fde_textout.h" +#include "xfa/fwl/core/cfwl_evtkey.h" +#include "xfa/fwl/core/cfwl_evtkillfocus.h" +#include "xfa/fwl/core/cfwl_evtmouse.h" +#include "xfa/fwl/core/cfwl_evtmousewheel.h" +#include "xfa/fwl/core/cfwl_evtsetfocus.h" +#include "xfa/fwl/core/cfwl_evtsizechanged.h" #include "xfa/fwl/core/cfwl_msgkey.h" #include "xfa/fwl/core/cfwl_msgkillfocus.h" #include "xfa/fwl/core/cfwl_msgmouse.h" |