Explicitly pull in limits.h when using INT_MIN/INT_MAX

This commit is contained in:
Ben "root" Anderson
2013-10-24 20:37:55 -05:00
parent 9c183c9f4a
commit e47d17b38d
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
#include "RageSurface.h"
#include "RageUtil.h"
#include <limits.h>
bool RageSurfaceColor::operator== ( const RageSurfaceColor &rhs ) const
{
return rhs.r == r && rhs.g == g && rhs.b == b && rhs.a == a;