From 76219b5b1677304c6e3b86bea3dda5d3457bd9cf Mon Sep 17 00:00:00 2001 From: Florian Weik Date: Thu, 21 Sep 2023 19:30:59 +0200 Subject: [PATCH] Actually make MSVC happy --- tests/central_moment.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/central_moment.test.cpp b/tests/central_moment.test.cpp index 7c8719c..c0d9ede 100644 --- a/tests/central_moment.test.cpp +++ b/tests/central_moment.test.cpp @@ -2,7 +2,7 @@ #include -#include +#include using nrng::moment; using nrng::central_moment;