Update to 6535690a69dd0693cf4d3a8fd075cf605822c143 to make explicit #include rather than implicit.

This commit is contained in:
JJ 2015-01-19 11:00:05 -05:00
parent 96820c4a31
commit 52eb287082

View File

@ -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),