diff options
Diffstat (limited to 'xfa/src/fxbarcode/barcode.h')
-rw-r--r-- | xfa/src/fxbarcode/barcode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xfa/src/fxbarcode/barcode.h b/xfa/src/fxbarcode/barcode.h index 739e810d38..2228ca1ccb 100644 --- a/xfa/src/fxbarcode/barcode.h +++ b/xfa/src/fxbarcode/barcode.h @@ -6,5 +6,10 @@ // TODO(thestig): Remove this file and do IWYU. +#ifndef XFA_SRC_FXBARCODE_BARCODE_H_ +#define XFA_SRC_FXBARCODE_BARCODE_H_ + #include "xfa/src/foxitlib.h" #include "utils.h" + +#endif // XFA_SRC_FXBARCODE_BARCODE_H_ |