summaryrefslogtreecommitdiffstats
path: root/src/dal
diff options
context:
space:
mode:
authorBlue112 <bluesansdouze@gmail.com>2009-04-19 19:01:28 +0200
committerJared Adams <jaxad0127@gmail.com>2009-04-19 11:24:08 -0600
commita894af35f20a6f7c0b1d86e3f9b35863cea75d2d (patch)
tree7dac2b2148133677e35245b0fe10210664e5a144 /src/dal
parent3a54fb903f9cc2cc47a852dab6569848d19c6dad (diff)
downloadmanaserv-a894af35f20a6f7c0b1d86e3f9b35863cea75d2d.tar.gz
manaserv-a894af35f20a6f7c0b1d86e3f9b35863cea75d2d.tar.xz
manaserv-a894af35f20a6f7c0b1d86e3f9b35863cea75d2d.zip
Mysql Backend Update mysql database to version 3 Fixed compile error with mysql backend
Diffstat (limited to 'src/dal')
-rw-r--r--src/dal/mysqldataprovider.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dal/mysqldataprovider.h b/src/dal/mysqldataprovider.h
index c5b796f..ef0f4cf 100644
--- a/src/dal/mysqldataprovider.h
+++ b/src/dal/mysqldataprovider.h
@@ -28,6 +28,7 @@
#include <winsock2.h>
#endif
#include <mysql/mysql.h>
+#include <climits>
#include "dataprovider.h"
#include "common/configuration.hpp"