mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Fix compilation failure.
This was SVN commit r18621.
This commit is contained in:
parent
9998592542
commit
4ed7d6c202
2 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
#ifndef INCLUDED_UNIT
|
||||
#define INCLUDED_UNIT
|
||||
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
||||
#include "ps/CStr.h"
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue