mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 19:51:29 +00:00
Update to 6535690a69dd0693cf4d3a8fd075cf605822c143 to make explicit #include rather than implicit.
This commit is contained in:
parent
96820c4a31
commit
52eb287082
@ -2,10 +2,7 @@
|
|||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include "position.h"
|
#include "position.h"
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
|
#include <algorithm>
|
||||||
#ifdef _MSC_VER
|
|
||||||
#include <algorithm>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
xy_location::xy_location(float x, float y) :
|
xy_location::xy_location(float x, float y) :
|
||||||
m_X(x),
|
m_X(x),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user