mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
MS Visual Studio needs help finding std::min and std::max
This commit is contained in:
+4
-1
@@ -1,9 +1,12 @@
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
|
||||
#include "position.h"
|
||||
#include "../common/string_util.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <algorithm>
|
||||
#endif
|
||||
|
||||
xy_location::xy_location(float x, float y) :
|
||||
m_X(x),
|
||||
m_Y(y) {
|
||||
|
||||
Reference in New Issue
Block a user