Skip to content

Commit

Permalink
workaround for operator overload warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Mantia committed Jul 9, 2013
1 parent 70f8c58 commit bc7a427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/schemaupdatetest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include <QtTest/QtTest> //Windows needs it as the first include

#include "SchemaUpdater.h" //must be the first include to avoid ambigous operator overload warnings

#include "testschema.h"
#include "testbase.h"
#include "OldSchema.h"
Expand All @@ -14,7 +16,6 @@ namespace NewSql {
#include "SqlSchema.h"
#include "SqlQuery.h"
#include "SqlSelect.h"
#include "SchemaUpdater.h"
#include "SqlInsertQueryBuilder.h"
#include "SqlUtils.h"
#include "SqlExceptions.h"
Expand Down

0 comments on commit bc7a427

Please sign in to comment.