Skip to content

Commit

Permalink
SQLite: tryfix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Jan 6, 2024
1 parent 9e7f617 commit 5178597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/Database/DatabaseSqlite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#include "QueryResultSqlite.h"
#include <cstdint>
#include <cstring>
#include <sqlite3.h>
#ifdef DO_SQLITE
#include <sqlite3.h>

#include "Util/Util.h"
#include "Policies/Singleton.h"
Expand Down

0 comments on commit 5178597

Please sign in to comment.