|
From: Stefano A. <xa...@us...> - 2010-01-09 17:44:16
|
Module: performous
Branch: master
Commit: 53c1b899a10e8f301cbf5c5b935cf2ecd04c388c
Author: Xaldyz <xa...@us...>
Date: Sat Jan 9 18:42:17 2010 +0100
Fixed build on Visual Studio of surface.cc
---
game/surface.cc | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/game/surface.cc b/game/surface.cc
index 981215f..70bfd44 100644
--- a/game/surface.cc
+++ b/game/surface.cc
@@ -10,7 +10,10 @@
#include <sstream>
#include <vector>
+#include <cctype>
+#include <boost/cstdint.hpp>
+using boost::uint32_t;
float Dimensions::screenY() const {
switch (m_screenAnchor) {
|