diff --git a/tests/auto/unit/orm/schema/sqlite_schemabuilder/tst_sqlite_schemabuilder.cpp b/tests/auto/unit/orm/schema/sqlite_schemabuilder/tst_sqlite_schemabuilder.cpp index 2462c7e4c..ad2809c65 100644 --- a/tests/auto/unit/orm/schema/sqlite_schemabuilder/tst_sqlite_schemabuilder.cpp +++ b/tests/auto/unit/orm/schema/sqlite_schemabuilder/tst_sqlite_schemabuilder.cpp @@ -4,6 +4,7 @@ #include #include "orm/db.hpp" +#include "orm/exceptions/logicerror.hpp" #include "orm/schema.hpp" #include "orm/schema/grammars/sqliteschemagrammar.hpp"