From b3b3a930e65fa06488be0f799d3fe8366e4991f4 Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 8 May 2023 13:45:35 +0200 Subject: [PATCH] tom added IWYU pragma --- tom/src/tom/commands/integratecommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tom/src/tom/commands/integratecommand.cpp b/tom/src/tom/commands/integratecommand.cpp index a356366b7..eed94838f 100644 --- a/tom/src/tom/commands/integratecommand.cpp +++ b/tom/src/tom/commands/integratecommand.cpp @@ -9,7 +9,7 @@ #include #include -#include "tom/config.hpp" +#include "tom/config.hpp" // IWYU pragma: keep #include "tom/commands/stubs/integratestubs.hpp" #include "tom/exceptions/runtimeerror.hpp"