Index: core/include/fpdfdoc/fpdf_ap.h |
diff --git a/core/include/fpdfdoc/fpdf_ap.h b/core/include/fpdfdoc/fpdf_ap.h |
index c2299fc0fc3f0669f0654343ee66e64bf866773b..78f96762214c7b59e5ec713e77b1d8e560b98983 100644 |
--- a/core/include/fpdfdoc/fpdf_ap.h |
+++ b/core/include/fpdfdoc/fpdf_ap.h |
@@ -4,7 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
+#ifndef _FPDF_AP_H_ |
#define _FPDF_AP_H_ |
+ |
#include "../fxcrt/fx_basic.h" |
#include "../fpdfapi/fpdf_parser.h" |
#include "fpdf_vt.h" |
@@ -90,3 +92,5 @@ public: |
static CFX_ByteString GenerateColorAP(const CPVT_Color & color, const FX_BOOL & bFillOrStroke); |
}; |
+ |
+#endif // _FPDF_AP_H_ |