diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-27 18:22:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-27 18:22:37 +0000 |
commit | e02c7f2ab778d995551e14340951d982402fb899 (patch) | |
tree | c2d280c7d08fb47cdd4df294598da46c3c08f50f /games/highmoon/files/patch-graphics.hpp | |
parent | fix build (diff) |
Fix build on 4.x
Notes
Notes:
svn path=/head/; revision=127490
Diffstat (limited to 'games/highmoon/files/patch-graphics.hpp')
-rw-r--r-- | games/highmoon/files/patch-graphics.hpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/highmoon/files/patch-graphics.hpp b/games/highmoon/files/patch-graphics.hpp new file mode 100644 index 000000000000..dfb2caba9b73 --- /dev/null +++ b/games/highmoon/files/patch-graphics.hpp @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- graphics.hpp.orig ++++ graphics.hpp +@@ -30,7 +30,8 @@ + #define __GRAPHICS_HPP__ + + #include <SDL.h> +- ++#include <sstream> ++#include <string> + #include "constants.hpp" + + /****************************************************************************************** |