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