summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/BC_Writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxbarcode/BC_Writer.h')
-rw-r--r--xfa/src/fxbarcode/BC_Writer.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/xfa/src/fxbarcode/BC_Writer.h b/xfa/src/fxbarcode/BC_Writer.h
index 5684096925..b895b81ae4 100644
--- a/xfa/src/fxbarcode/BC_Writer.h
+++ b/xfa/src/fxbarcode/BC_Writer.h
@@ -4,9 +4,13 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _BC_WRITER_H_
-#define _BC_WRITER_H_
-class CBC_Writer;
+#ifndef XFA_SRC_FXBARCODE_BC_WRITER_H_
+#define XFA_SRC_FXBARCODE_BC_WRITER_H_
+
+#include "core/include/fxcrt/fx_string.h"
+#include "core/include/fxge/fx_dib.h"
+#include "xfa/src/fxbarcode/utils.h"
+
class CBC_Writer {
public:
CBC_Writer();
@@ -41,4 +45,5 @@ class CBC_Writer {
FX_ARGB m_barColor;
FX_ARGB m_backgroundColor;
};
-#endif
+
+#endif // XFA_SRC_FXBARCODE_BC_WRITER_H_