aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/common_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/common_types.h')
-rw-r--r--src/common/common_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common_types.h b/src/common/common_types.h
index 40241050..9d41e597 100644
--- a/src/common/common_types.h
+++ b/src/common/common_types.h
@@ -24,7 +24,7 @@
#pragma once
-#include <math.h>
+#include <cmath>
#include <xmmintrin.h> // data_types__m128.cpp
#ifdef _WIN32