feat(Engine): add support USING_BOOST macro for AC

This commit is contained in:
Winfidonarleyan
2021-07-16 18:47:05 +07:00
parent 89ee3b166e
commit 1fc314bf11

View File

@@ -32,7 +32,7 @@
// Some dummy includes containing BOOST_VERSION:
// ObjectAccessor.h Config.h Log.h
#if !defined MANGOS && !defined AZEROTHCORE
#if !defined MANGOS
#define USING_BOOST
#endif