Skip to content

Commit ff8bbc0

Browse files
committed
Search global includes for sqlite3.h
It really doesn't make sense to require sqlite3.h in the same directory. Windows users will just have to add ./ to the includes path.
1 parent 3df2721 commit ff8bbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppSQLite3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#ifndef _CppSQLite3_H_
99
#define _CppSQLite3_H_
1010

11-
#include "sqlite3.h"
11+
#include <sqlite3.h>
1212
#include <cstdio>
1313
#include <cstring>
1414

0 commit comments

Comments
 (0)