Fix compilation issue in MSVC2012.

This commit is contained in:
rude
2013-01-12 11:28:32 +01:00
parent a8dc813258
commit 697f4de80a
@@ -28,6 +28,11 @@
#include <algorithm>
#include <limits>
// Conflicts with std::numeric_limits<GLushort>::max() (Windows).
#ifdef max
# undef max
#endif
namespace love
{
namespace graphics