mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Update to 6535690a69 to make explicit #include rather than implicit.
This commit is contained in:
+1
-4
@@ -2,10 +2,7 @@
|
||||
#include <cmath>
|
||||
#include "position.h"
|
||||
#include "../common/string_util.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <algorithm>
|
||||
#endif
|
||||
#include <algorithm>
|
||||
|
||||
xy_location::xy_location(float x, float y) :
|
||||
m_X(x),
|
||||
|
||||
Reference in New Issue
Block a user