1
0
forked from 0ad/0ad

Fix compilation failure.

This was SVN commit r18621.
This commit is contained in:
leper 2016-08-21 20:35:10 +00:00
parent 9998592542
commit 4ed7d6c202
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#ifndef INCLUDED_UNIT
#define INCLUDED_UNIT
#include <map>
#include <set>
#include "ps/CStr.h"

View File

@ -48,6 +48,9 @@
#include "maths/MathUtil.h"
#include "graphics/GameView.h"
#include <iomanip>
#include <sstream>
extern CStrW g_CursorName;
static std::string SplitExts(const char *exts)