| Index: xfa/src/fxbarcode/barcode.h
|
| diff --git a/xfa/src/fxbarcode/barcode.h b/xfa/src/fxbarcode/barcode.h
|
| index 739e810d38f787a42032ea887a580802894a1a3a..2228ca1ccb21e1900aa6dc6b6f5003bff32dcbe0 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_
|
|
|