From 4c5257faafaee8fe0480277d14e0cab3f01cf82f Mon Sep 17 00:00:00 2001 From: silverqx Date: Sun, 2 Apr 2023 14:59:41 +0200 Subject: [PATCH] added iwyu pragma --- src/orm/types/sqlquery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/orm/types/sqlquery.cpp b/src/orm/types/sqlquery.cpp index 79695be8b..9df574aed 100644 --- a/src/orm/types/sqlquery.cpp +++ b/src/orm/types/sqlquery.cpp @@ -2,7 +2,7 @@ #include -#include "orm/query/grammars/grammar.hpp" +#include "orm/query/grammars/grammar.hpp" // IWYU pragma: keep #include "orm/utils/helpers.hpp" TINYORM_BEGIN_COMMON_NAMESPACE