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
@@ -39,6 +39,8 @@
#include "RageSoundMixBuffer.h"
#include "RageSoundUtil.h"
#include "Foreach.h"
#include <limits.h>
#include <set>
class RageSoundReader_Split;