Index: xfa/src/fwl/src/lightwidget/app.cpp |
diff --git a/xfa/src/fwl/src/lightwidget/app.cpp b/xfa/src/fwl/src/lightwidget/app.cpp |
index b0647b6b2c14c7cba19fee9015663207e6c895ed..1ec6f162e388309b835ffe6ce00a1ab1755a8044 100644 |
--- a/xfa/src/fwl/src/lightwidget/app.cpp |
+++ b/xfa/src/fwl/src/lightwidget/app.cpp |
@@ -4,7 +4,14 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
+#include "xfa/include/fwl/lightwidget/app.h" |
+ |
+#include "core/include/fxcrt/fx_coordinates.h" |
+#include "xfa/include/fwl/core/fwl_app.h" |
+#include "xfa/include/fwl/core/fwl_error.h" |
+#include "xfa/include/fwl/lightwidget/theme.h" |
#include "xfa/src/foxitlib.h" |
+ |
CFWL_App::CFWL_App() : m_pIface(IFWL_App::Create(nullptr)), m_pTheme(nullptr) {} |
CFWL_App::~CFWL_App() { |
if (m_pTheme) { |