Skip to content

Commit 4c5257f

Browse files
committed
added iwyu pragma
1 parent 908c718 commit 4c5257f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/orm/types/sqlquery.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include <QtSql/QSqlDriver>
44

5-
#include "orm/query/grammars/grammar.hpp"
5+
#include "orm/query/grammars/grammar.hpp" // IWYU pragma: keep
66
#include "orm/utils/helpers.hpp"
77

88
TINYORM_BEGIN_COMMON_NAMESPACE

0 commit comments

Comments
 (0)