From 315d5e52f6e2c3e49352884e3d6f0ba6ec9e96ba Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 23 Jul 2021 21:38:35 +0200 Subject: [PATCH] restore include --- tests/SlidingDFTTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/SlidingDFTTest.cpp b/tests/SlidingDFTTest.cpp index 0746fa2..083a934 100644 --- a/tests/SlidingDFTTest.cpp +++ b/tests/SlidingDFTTest.cpp @@ -2,6 +2,7 @@ #include +#include #include // make CXXFLAGS="$(pkg-config --cflags gtest) $(pkg-config --libs gtest) -I. -O3 -std=c++17" tests/SlidingDFTTest