1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-15 05:59:16 +00:00

Stop complaining, MSVC

This commit is contained in:
fgenesis 2012-09-24 02:26:39 +02:00
parent 8ac5cf69ab
commit 823290201d

View file

@ -5,10 +5,10 @@
#include <string.h> // for memcpy
#include <stdio.h>
#include <string>
#include <algorithm>
#if defined(__GNUC__) && __GNUC__ <= 2
# define BB_OLD_GNUC
# include <algorithm>
#endif