Index: core/src/fxge/dib/dib_int.h |
diff --git a/core/src/fxge/dib/dib_int.h b/core/src/fxge/dib/dib_int.h |
index c90e3b105ecb44c6c6c567fa6750c90d1f7a2c36..e01304afd03d89842a819a8fec01cdf4a0539de3 100644 |
--- a/core/src/fxge/dib/dib_int.h |
+++ b/core/src/fxge/dib/dib_int.h |
@@ -7,12 +7,14 @@ |
#ifndef CORE_SRC_FXGE_DIB_DIB_INT_H_ |
#define CORE_SRC_FXGE_DIB_DIB_INT_H_ |
+#include <stdint.h> |
+ |
#include "core/include/fxcrt/fx_coordinates.h" |
#include "core/include/fxge/fx_dib.h" |
class IFX_ScanlineComposer; |
-extern const int SDP_Table[513]; |
+extern const int16_t SDP_Table[513]; |
class CPDF_FixedMatrix { |
public: |