1
0
forked from mirrors/0ad

Fix missing includes when building without precompiled headers

Patch By: @Riesi
Comments By: @sera
Differential Revision: https://code.wildfiregames.com/D5209
This was SVN commit r27973.
This commit is contained in:
phosit
2023-12-04 20:23:37 +00:00
parent 3a3ecb6727
commit 2abf0d8db2
7 changed files with 8 additions and 1 deletions
+2
View File
@@ -18,6 +18,8 @@
#ifndef INCLUDED_JSI_VFS
#define INCLUDED_JSI_VFS
#include "scriptinterface/ScriptTypes.h"
class ScriptRequest;
namespace JSI_VFS