Merge pull request #374 from Winfidonarleyan/ac-boost

feat(Engine): add support USING_BOOST macro for AC
This commit is contained in:
Rochet2
2021-07-16 15:15:26 +03:00
committed by GitHub

View File

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