diff options
Diffstat (limited to 'xfa/include/fwl/adapter/fwl_adapterthreadmgr.h')
-rw-r--r-- | xfa/include/fwl/adapter/fwl_adapterthreadmgr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/include/fwl/adapter/fwl_adapterthreadmgr.h b/xfa/include/fwl/adapter/fwl_adapterthreadmgr.h index 1bb9c9e72f..edd6158fd1 100644 --- a/xfa/include/fwl/adapter/fwl_adapterthreadmgr.h +++ b/xfa/include/fwl/adapter/fwl_adapterthreadmgr.h @@ -7,7 +7,8 @@ #ifndef XFA_INCLUDE_FWL_ADAPTER_FWL_ADAPTERTHREADMGR_H_ #define XFA_INCLUDE_FWL_ADAPTER_FWL_ADAPTERTHREADMGR_H_ -class IFWL_Thread; +#include "xfa/include/fwl/core/fwl_error.h" +#include "xfa/include/fwl/core/fwl_thread.h" class IFWL_AdapterThreadMgr { public: |