1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

vcmi/client: add missing include to GUIclasses.cpp

Fix building with clang++ version 15.
This commit is contained in:
Konstantin 2023-02-12 18:21:16 +03:00
parent 0627e1ecaa
commit 6d8eac320d

View File

@ -40,6 +40,7 @@
#include "../lobby/CSavingScreen.h"
#include "../renderSDL/SDL_Extensions.h"
#include "../render/CAnimation.h"
#include "../CMT.h"
#include "../../CCallback.h"