Theoretically resolved jenky cross-compiler compatability
This commit is contained in:
@@ -26,10 +26,10 @@
|
||||
#include "singleton.hpp"
|
||||
#include "manager_interface.hpp"
|
||||
|
||||
#ifdef __unix__
|
||||
#include "sqlite3.h"
|
||||
#if defined(__MINGW32__)
|
||||
#include "sqlite3/sqlite3.h"
|
||||
#else
|
||||
#include "sqlite3/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
#endif
|
||||
|
||||
#include <functional>
|
||||
|
||||
Reference in New Issue
Block a user