aboutsummaryrefslogtreecommitdiffstats
path: root/games/highmoon/files/patch-graphics.hpp
blob: dfb2caba9b732d4b55bd2b3a4445403a5be2ac5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

$FreeBSD$

--- graphics.hpp.orig
+++ graphics.hpp
@@ -30,7 +30,8 @@
 #define __GRAPHICS_HPP__
 
 #include <SDL.h>
-
+#include <sstream>
+#include <string>
 #include "constants.hpp"
 
 /******************************************************************************************