diff options
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" + + /****************************************************************************************** |