Fixed the C++ port to compile on a Linux system.
[zxing.git] / cpp / core / src / zxing / oned / Code128Reader.cpp
index d67ece3..943a574 100644 (file)
@@ -23,6 +23,7 @@
 #include <zxing/common/Array.h>
 #include <zxing/ReaderException.h>
 #include <math.h>
+#include <string.h>
 
 namespace zxing {
        namespace oned {