Fixed: Compilation with new MySQL headers

hg/feature/gsoc2012-fabien
kervala 13 years ago
parent f6178de16c
commit d27c9cfc69

@ -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;

Loading…
Cancel
Save