Merge pull request #341 from af4t/master

MS Visual Studio vs. position.cpp
This commit is contained in:
JJ 2015-01-18 10:57:38 -05:00
commit c471fbe38f

View File

@ -1,9 +1,12 @@
#include <string>
#include <cmath>
#include "position.h"
#include "../common/string_util.h"
#ifdef _MSC_VER
#include <algorithm>
#endif
xy_location::xy_location(float x, float y) :
m_X(x),
m_Y(y) {