Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 044e30a

Browse files
Include stdint.h so that int64_t is supported on Win32
1 parent 78da768 commit 044e30a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

revdb/src/sqlite_connection.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
2727

2828
#include <assert.h>
2929
#include <errno.h>
30+
#include <stdint.h>
3031

3132
#include <sstream>
3233

0 commit comments

Comments
 (0)