shuffle includes: unordered_map is unused, cmath is

This commit is contained in:
Dane Springmeyer 2015-03-23 17:35:55 -07:00
parent a92a35b04b
commit feb4a46acc

View File

@ -20,8 +20,8 @@
#include <boost/geometry/index/rtree.hpp>
#pragma GCC diagnostic pop
// stl
#include <unordered_map>
// std
#include <cmath> // std::sqrt
namespace bg = boost::geometry;
namespace bgm = bg::model;