Fixed: Compilation with new MySQL headers

This commit is contained in:
kervala 2012-05-21 10:51:30 +02:00
parent 3b3950227e
commit 587def6dbb

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;