We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bf9c8 commit bba0ab8Copy full SHA for bba0ab8
1 file changed
test/helper.cpp
@@ -6,9 +6,11 @@
6
* The full license is in the file LICENSE, distributed with this software.
7
*/
8
9
+#define _USE_MATH_DEFINES // for MSVC ("Math Constants are not defined in Standard C/C++")
10
+#include <cmath> // M_PI
11
+
12
#include <xtensor/xarray.hpp>
13
#include <xtensor-fftw/helper.hpp>
-#include <cmath> // M_PI
14
15
#include "gtest/gtest.h"
16
0 commit comments