Index: core/src/fxcodec/jbig2/JBig2_List.h |
diff --git a/core/src/fxcodec/jbig2/JBig2_List.h b/core/src/fxcodec/jbig2/JBig2_List.h |
index 6097294e177d640642098e27506cc9b85c111d17..6f6169064da12aa5603b42045732ba1cd85e3a7c 100644 |
--- a/core/src/fxcodec/jbig2/JBig2_List.h |
+++ b/core/src/fxcodec/jbig2/JBig2_List.h |
@@ -7,6 +7,8 @@ |
#ifndef CORE_SRC_FXCODEC_JBIG2_JBIG2_LIST_H_ |
#define CORE_SRC_FXCODEC_JBIG2_JBIG2_LIST_H_ |
+#include <stdlib.h> |
+ |
#include <vector> |
// A poor man's ScopedVector for pointers of TYPE. |