Index: xfa/src/fwl/src/theme/widgettp.cpp |
diff --git a/xfa/src/fwl/src/theme/widgettp.cpp b/xfa/src/fwl/src/theme/widgettp.cpp |
index ef69ec0334305ecaf75b6e0e7fad099389ce5220..10ed696aa0d5b51f332eac17084ecb156e17968d 100644 |
--- a/xfa/src/fwl/src/theme/widgettp.cpp |
+++ b/xfa/src/fwl/src/theme/widgettp.cpp |
@@ -4,9 +4,13 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
+#include "xfa/include/fwl/theme/widgettp.h" |
+ |
#include <algorithm> |
+#include "xfa/include/fwl/core/fwl_widgetmgr.h" |
#include "xfa/src/foxitlib.h" |
+ |
static void FWL_SetChildThemeID(IFWL_Widget* pParent, FX_DWORD dwThemeID) { |
IFWL_WidgetMgr* pWidgetMgr = FWL_GetWidgetMgr(); |
IFWL_Widget* pChild = |