mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 04:11:51 +00:00
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:
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user