$OpenBSD: patch-es-core_src_Util_h,v 1.1 2017/08/30 15:09:12 rsadowski Exp $

Index: es-core/src/Util.h
--- es-core/src/Util.h.orig
+++ es-core/src/Util.h
@@ -15,7 +15,9 @@ Eigen::Affine3f roundMatrix(const Eigen::Affine3f& mat
 Eigen::Vector3f roundVector(const Eigen::Vector3f& vec);
 Eigen::Vector2f roundVector(const Eigen::Vector2f& vec);
 
+#if defined(_WIN32) && _MSC_VER < 1800
 float round(float num);
+#endif
 
 std::string getCanonicalPath(const std::string& str);
 
