diff --git a/common/eqemu_logsys.h b/common/eqemu_logsys.h index b4771c78a..d158fbc36 100644 --- a/common/eqemu_logsys.h +++ b/common/eqemu_logsys.h @@ -28,7 +28,7 @@ #include #ifdef _WIN32 -#ifdef utf16_to_utf8 +#ifdef utf16_to_utf8 #undef utf16_to_utf8 #endif #endif diff --git a/common/pch/pch.h b/common/pch/pch.h index ffb09e572..28e1913f1 100644 --- a/common/pch/pch.h +++ b/common/pch/pch.h @@ -27,9 +27,9 @@ // fmt -//#include -# include -# define FMT_STRING(s) s +#include +//# include +//# define FMT_STRING(s) s // lua #include "lua.hpp" diff --git a/zone/CMakeLists.txt b/zone/CMakeLists.txt index 6d2c2bbf7..c03b96097 100644 --- a/zone/CMakeLists.txt +++ b/zone/CMakeLists.txt @@ -289,7 +289,7 @@ INSTALL(TARGETS zone RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/pch/pch.h) TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/types.h ../common/eqemu_logsys.h ../common/eqemu_logsys_log_aliases.h ../common/features.h ../common/global_define.h) -TARGET_PRECOMPILE_HEADERS(zone PRIVATE mob.h client.h zone.h) +TARGET_PRECOMPILE_HEADERS(zone PRIVATE mob.h npc.h corpse.h doors.h bot.h entity.h client.h zone.h) TARGET_PRECOMPILE_HEADERS(zone PRIVATE ${lua_headers}) ADD_DEFINITIONS(-DZONE)