diff options
Diffstat (limited to 'xfa/fxbarcode/BC_Library.cpp')
-rw-r--r-- | xfa/fxbarcode/BC_Library.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fxbarcode/BC_Library.cpp b/xfa/fxbarcode/BC_Library.cpp index b0b4186735..075bc2247d 100644 --- a/xfa/fxbarcode/BC_Library.cpp +++ b/xfa/fxbarcode/BC_Library.cpp @@ -4,6 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com +#include "xfa/fxbarcode/BC_Library.h" + #include <stdint.h> #include "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h" |