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:
parent
8ac5cf69ab
commit
823290201d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue