diff options
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/db/groupdb.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/resources/db/groupdb.cpp b/src/resources/db/groupdb.cpp index d8dc1117f..1102b7ec4 100644 --- a/src/resources/db/groupdb.cpp +++ b/src/resources/db/groupdb.cpp @@ -24,10 +24,12 @@ #include "being/localplayer.h" -#include "net/net.h" - #include "utils/checkutils.h" +#ifdef TMWA_SUPPORT +#include "net/net.h" +#endif // TMWA_SUPPORT + #include "resources/beingcommon.h" #include "resources/groupinfo.h" |