add <stdint.h>
diff --git a/src/sqlite-helper.h b/src/sqlite-helper.h
index e119523..bf98fe8 100644
--- a/src/sqlite-helper.h
+++ b/src/sqlite-helper.h
@@ -22,6 +22,7 @@
 #ifndef SQLITE_HELPER_H
 #define SQLITE_HELPER_H
 
+#include <stdint.h>
 #include <sqlite3.h>
 #include <openssl/evp.h>
 #include <boost/exception/all.hpp>