summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/app/xfa_ffdraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/app/xfa_ffdraw.h')
-rw-r--r--xfa/src/fxfa/src/app/xfa_ffdraw.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_ffdraw.h b/xfa/src/fxfa/src/app/xfa_ffdraw.h
index fba7d4ed8a..24862e5180 100644
--- a/xfa/src/fxfa/src/app/xfa_ffdraw.h
+++ b/xfa/src/fxfa/src/app/xfa_ffdraw.h
@@ -7,12 +7,13 @@
#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFDRAW_H_
#define XFA_SRC_FXFA_SRC_APP_XFA_FFDRAW_H_
+#include "xfa/src/fxfa/src/app/xfa_ffpageview.h"
+#include "xfa/src/fxfa/src/app/xfa_ffwidget.h"
+
class CXFA_FFDraw : public CXFA_FFWidget {
public:
CXFA_FFDraw(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc);
virtual ~CXFA_FFDraw();
-
- protected:
};
#endif // XFA_SRC_FXFA_SRC_APP_XFA_FFDRAW_H_