mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-06-07 17:11:56 +00:00
Stop complaining, MSVC
This commit is contained in:
parent
8ac5cf69ab
commit
823290201d
1 changed files with 1 additions and 1 deletions
|
@ -5,10 +5,10 @@
|
||||||
#include <string.h> // for memcpy
|
#include <string.h> // for memcpy
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#if defined(__GNUC__) && __GNUC__ <= 2
|
#if defined(__GNUC__) && __GNUC__ <= 2
|
||||||
# define BB_OLD_GNUC
|
# define BB_OLD_GNUC
|
||||||
# include <algorithm>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue