From 3552ce68bc7654df35da471bd937b09a9fde101f Mon Sep 17 00:00:00 2001 From: Arnur Nigmetov Date: Wed, 19 Jul 2017 16:33:37 -0700 Subject: Include cmath instead of math.h --- geom_matching/wasserstein/include/basic_defs_ws.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'geom_matching') diff --git a/geom_matching/wasserstein/include/basic_defs_ws.h b/geom_matching/wasserstein/include/basic_defs_ws.h index a87ccd3..db305c0 100644 --- a/geom_matching/wasserstein/include/basic_defs_ws.h +++ b/geom_matching/wasserstein/include/basic_defs_ws.h @@ -29,12 +29,12 @@ derivative works thereof, in binary and source code form. #define BASIC_DEFS_WS_H #include -#include +#include #include #include #include #include -#include +#include #ifdef _WIN32 #include -- cgit v1.2.3