mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
VS2012 fix
This commit is contained in:
parent
647fbcd6b6
commit
dfdfb18a7e
@ -1,7 +1,7 @@
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1900
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1800
|
||||
#include <algorithm>
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user