diff options
| author | Blue112 <bluesansdouze@gmail.com> | 2009-04-19 19:01:28 +0200 |
|---|---|---|
| committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-19 11:24:08 -0600 |
| commit | a894af35f20a6f7c0b1d86e3f9b35863cea75d2d (patch) | |
| tree | 7dac2b2148133677e35245b0fe10210664e5a144 /src/dal | |
| parent | 3a54fb903f9cc2cc47a852dab6569848d19c6dad (diff) | |
| download | manaserv-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.h | 1 |
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" |
