We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74f723 commit a8c4be6Copy full SHA for a8c4be6
src/CppSQLite3.cpp
@@ -7,6 +7,7 @@
7
8
#include "CppSQLite3.h"
9
#include <cstdlib>
10
+#include <cstring>
11
#include <utility>
12
13
// Named constant for passing to CppSQLite3Exception when passing it a string
src/CppSQLite3.h
@@ -8,8 +8,7 @@
#ifndef CppSQLite3_H
#define CppSQLite3_H
-#include <cstdio>
-#include <cstring>
+#include <cstddef>
#include <exception>
14
#include <sqlite3.h>
15
0 commit comments