summaryrefslogtreecommitdiff
path: root/xfa/include/fwl/core/fwl_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/include/fwl/core/fwl_content.h')
-rw-r--r--xfa/include/fwl/core/fwl_content.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/include/fwl/core/fwl_content.h b/xfa/include/fwl/core/fwl_content.h
index c665469aec..3ffb1a8dec 100644
--- a/xfa/include/fwl/core/fwl_content.h
+++ b/xfa/include/fwl/core/fwl_content.h
@@ -7,8 +7,8 @@
#ifndef XFA_INCLUDE_FWL_CORE_FWL_CONTENT_H_
#define XFA_INCLUDE_FWL_CORE_FWL_CONTENT_H_
-class IFWL_Widget;
-class IFWL_Content;
+#include "xfa/src/fwl/src/core/include/fwl_widgetimp.h"
+
class IFWL_Content : public IFWL_Widget {
public:
static IFWL_Content* Create();