Fix build without PCH for some targets.

Patch By: Angen
Reviewed By: vladislavbelov
Tested By: Stan, vladislavbelov
Differential Revision: https://code.wildfiregames.com/D1361
This was SVN commit r21964.
This commit is contained in:
vladislavbelov
2018-12-28 14:58:35 +00:00
parent 28dff528ec
commit 962815c898
8 changed files with 20 additions and 12 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
/* Copyright (C) 2016 Wildfire Games.
/* Copyright (C) 2018 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@@ -18,11 +18,11 @@
#ifndef INCLUDED_SCRIPTRUNTIME
#define INCLUDED_SCRIPTRUNTIME
#include <sstream>
#include "ScriptTypes.h"
#include "ScriptExtraHeaders.h"
#include <sstream>
#define STACK_CHUNK_SIZE 8192
/**