From 715b498615ab5640a6f8e83d7ae0cccff4fa440f Mon Sep 17 00:00:00 2001 From: linpz Date: Sat, 9 Nov 2024 13:07:06 +0800 Subject: [PATCH] test pre-commit.ci --- source/main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/main.cpp b/source/main.cpp index 345445f134..b479fa469e 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -12,6 +12,8 @@ #include #endif +#include + int main(int argc, char** argv) { /* @@ -52,5 +54,11 @@ int main(int argc, char** argv) fftw_cleanup_threads(); #endif + if(true) + std::cout<