From 4ed7d6c2027c147a097128b3ea60dd4e4359b1bc Mon Sep 17 00:00:00 2001 From: leper Date: Sun, 21 Aug 2016 20:35:10 +0000 Subject: [PATCH] Fix compilation failure. This was SVN commit r18621. --- source/graphics/Unit.h | 1 + source/ps/Util.cpp | 3 +++ 2 files changed, 4 insertions(+) diff --git a/source/graphics/Unit.h b/source/graphics/Unit.h index bd26a29898..a9616c8280 100644 --- a/source/graphics/Unit.h +++ b/source/graphics/Unit.h @@ -18,6 +18,7 @@ #ifndef INCLUDED_UNIT #define INCLUDED_UNIT +#include #include #include "ps/CStr.h" diff --git a/source/ps/Util.cpp b/source/ps/Util.cpp index 2294e4f334..1c499f660c 100644 --- a/source/ps/Util.cpp +++ b/source/ps/Util.cpp @@ -48,6 +48,9 @@ #include "maths/MathUtil.h" #include "graphics/GameView.h" +#include +#include + extern CStrW g_CursorName; static std::string SplitExts(const char *exts)