1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Add missing include headers when building with -DENABLE_PCH=OFF

Example build failure is missing `VCMI_LIB_NAMESPACE_BEGIN` declaration:

    [  0%] Building CXX object lib/CMakeFiles/vcmi.dir/spells/ObstacleCasterProxy.cpp.o
    In file included from lib/spells/ProxyCaster.h:13,
                     from lib/spells/ObstacleCasterProxy.h:11,
                     from lib/spells/ObstacleCasterProxy.cpp:11:
    lib/../include/vcmi/spells/Caster.h:13:1: error: 'VCMI_LIB_NAMESPACE_BEGIN' does not name a type
       13 | VCMI_LIB_NAMESPACE_BEGIN
          | ^~~~~~~~~~~~~~~~~~~~~~~~
This commit is contained in:
Sergei Trofimovich
2023-04-07 09:50:33 +01:00
parent 307065a633
commit 2885536bf5

View File

@@ -8,6 +8,7 @@
*
*/
#include "StdInc.h"
#include "ObstacleCasterProxy.h"
VCMI_LIB_NAMESPACE_BEGIN