From 3d9a7841aef259a75324e94417783d16067ff231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sat, 12 Oct 2024 05:07:58 +0200 Subject: [PATCH] STY: locally disable linting around #include --- src/output/xdmf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/xdmf.cpp b/src/output/xdmf.cpp index 237f4ca3..23ddaa03 100644 --- a/src/output/xdmf.cpp +++ b/src/output/xdmf.cpp @@ -11,7 +11,7 @@ #include #include #if __has_include() - #include + #include // NOLINT [build/c++17] namespace fs = std::filesystem; #elif __has_include() #include