1
0
forked from 0ad/0ad

Fix --without-pch build. fc60d80af1 was missing an include.

Reported by: @vladislavbelov
This was SVN commit r25253.
This commit is contained in:
Stan 2021-04-13 17:28:01 +00:00
parent 1508031f09
commit c8b2c09bc3

View File

@ -18,6 +18,7 @@
#ifndef INCLUDED_JSI_GUIPROXY
#define INCLUDED_JSI_GUIPROXY
#include "gui/ObjectBases/IGUIObject.h"
#include "scriptinterface/ScriptExtraHeaders.h"
#include <memory>