Fix build error due to missing include

This commit is contained in:
sfan5 2024-10-18 11:59:02 +02:00
parent e5d321d286
commit d4daa9fd40

@ -34,6 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "clientlauncher.h"
#include "version.h"
#include "renderingengine.h"
#include "settings.h"
#include "util/tracy_wrapper.h"
#include <IGUISpriteBank.h>
#include <ICameraSceneNode.h>