Added unix compatability

This commit is contained in:
fro_ozen
2014-10-18 20:10:17 +02:00
parent 12cc970bf1
commit de7167e830
18 changed files with 80 additions and 7 deletions
+4
View File
@@ -22,7 +22,11 @@
#ifndef SERVERUTILITY_HPP_
#define SERVERUTILITY_HPP_
#ifdef __unix__
#include "sqlite3.h"
#else
#include "sqlite3/sqlite3.h"
#endif
#include <string>