mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-16 04:32:25 +00:00
Merge pull request #482 from af4t/master
MSVC 2015 wants <algorithm> #included for std::min. If any other com…
This commit is contained in:
commit
e70b34f245
@ -1,6 +1,10 @@
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1900
|
||||
#include <algorithm>
|
||||
#endif
|
||||
|
||||
#include "classes.h"
|
||||
#include "eq_packet_structs.h"
|
||||
#include "eqemu_exception.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user