Fixed: Compilation with new MySQL headers

This commit is contained in:
kervala 2012-05-21 10:51:30 +02:00
parent 7d050b4b20
commit 2cf7e0795a

View file

@ -36,6 +36,11 @@
#include "nel_database_mapping.h"
#include "character_sync.h"
// defined by MySQL config file
#ifdef access
#undef access
#endif
using namespace std;
using namespace NLMISC;
using namespace NLNET;