diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_msgmousewheel.h')
-rw-r--r-- | xfa/fwl/core/cfwl_msgmousewheel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fwl/core/cfwl_msgmousewheel.h b/xfa/fwl/core/cfwl_msgmousewheel.h index c913eae42c..076870135b 100644 --- a/xfa/fwl/core/cfwl_msgmousewheel.h +++ b/xfa/fwl/core/cfwl_msgmousewheel.h @@ -7,6 +7,8 @@ #ifndef XFA_FWL_CORE_CFWL_MSGMOUSEWHEEL_H_ #define XFA_FWL_CORE_CFWL_MSGMOUSEWHEEL_H_ +#include <memory> + #include "xfa/fwl/core/cfwl_message.h" class CFWL_MsgMouseWheel : public CFWL_Message { |