Skip to content

Commit

Permalink
added iwyu pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Apr 2, 2023
1 parent 908c718 commit 4c5257f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orm/types/sqlquery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <QtSql/QSqlDriver>

#include "orm/query/grammars/grammar.hpp"
#include "orm/query/grammars/grammar.hpp" // IWYU pragma: keep
#include "orm/utils/helpers.hpp"

TINYORM_BEGIN_COMMON_NAMESPACE
Expand Down

0 comments on commit 4c5257f

Please sign in to comment.