mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Debugging GCC build errors remotely is not fun...
This commit is contained in:
parent
a7d5ea4c2b
commit
f5a25167a4
@ -12,7 +12,7 @@
|
||||
|
||||
#include <SQLiteCpp/Column.h>
|
||||
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
// Forward declarations to avoid inclusion of <sqlite3.h> in a header
|
||||
struct sqlite3;
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include <sqlite3.h>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef SQLITE_DETERMINISTIC
|
||||
#define SQLITE_DETERMINISTIC 0x800
|
||||
|
Loading…
x
Reference in New Issue
Block a user