summaryrefslogtreecommitdiff
path: root/xfa/src/fdp/src/fde/fde_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fdp/src/fde/fde_object.h')
-rw-r--r--xfa/src/fdp/src/fde/fde_object.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/xfa/src/fdp/src/fde/fde_object.h b/xfa/src/fdp/src/fde/fde_object.h
index 91162edeb4..222968c357 100644
--- a/xfa/src/fdp/src/fde/fde_object.h
+++ b/xfa/src/fdp/src/fde/fde_object.h
@@ -7,6 +7,13 @@
#ifndef XFA_SRC_FDP_SRC_FDE_FDE_OBJECT_H_
#define XFA_SRC_FDP_SRC_FDE_FDE_OBJECT_H_
+#include <cstdint>
+
+#include "core/include/fxge/fx_dib.h"
+#include "xfa/src/fdp/include/fde_brs.h"
+#include "xfa/src/fdp/include/fde_pen.h"
+#include "xfa/src/fgas/include/fx_mem.h"
+
class CFDE_Pen : public IFDE_Pen, public CFX_Target {
public:
CFDE_Pen()