Index: xfa/include/fwl/adapter/fwl_adaptertimermgr.h |
diff --git a/xfa/include/fwl/adapter/fwl_adaptertimermgr.h b/xfa/include/fwl/adapter/fwl_adaptertimermgr.h |
index f3dce811fa3697c6e57b7cfcec30d3bfc9945ab4..d0e9f0ee591c4d03676f805cf56962fd03f11b15 100644 |
--- a/xfa/include/fwl/adapter/fwl_adaptertimermgr.h |
+++ b/xfa/include/fwl/adapter/fwl_adaptertimermgr.h |
@@ -7,6 +7,9 @@ |
#ifndef _FWL_ADAPTER_TIMERMGR_H |
#define _FWL_ADAPTER_TIMERMGR_H |
+#include "../core/fwl_error.h" |
+#include "../core/fwl_timer.h" |
+ |
class IFWL_Timer; |
class IFWL_AdapterTimerMgr |