mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
VS2012 fix
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user