diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_msgmousewheel.cpp')
-rw-r--r-- | xfa/fwl/core/cfwl_msgmousewheel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fwl/core/cfwl_msgmousewheel.cpp b/xfa/fwl/core/cfwl_msgmousewheel.cpp index b5cbd14da0..739c43174c 100644 --- a/xfa/fwl/core/cfwl_msgmousewheel.cpp +++ b/xfa/fwl/core/cfwl_msgmousewheel.cpp @@ -6,6 +6,8 @@ #include "xfa/fwl/core/cfwl_msgmousewheel.h" +#include <memory> + #include "third_party/base/ptr_util.h" CFWL_MsgMouseWheel::CFWL_MsgMouseWheel() {} |