From 52eb287082218e272ec4c79918fdac6a4da9235c Mon Sep 17 00:00:00 2001 From: JJ Date: Mon, 19 Jan 2015 11:00:05 -0500 Subject: [PATCH] Update to 6535690a69dd0693cf4d3a8fd075cf605822c143 to make explicit #include rather than implicit. --- zone/position.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zone/position.cpp b/zone/position.cpp index afa2b45cf..e6996797f 100644 --- a/zone/position.cpp +++ b/zone/position.cpp @@ -2,10 +2,7 @@ #include #include "position.h" #include "../common/string_util.h" - -#ifdef _MSC_VER - #include -#endif +#include xy_location::xy_location(float x, float y) : m_X(x),