Update to 6535690a69 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
+1 -4
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),