From bc7a42713a342af57fe3cacd7699bd368d865599 Mon Sep 17 00:00:00 2001 From: Andras Mantia Date: Tue, 9 Jul 2013 17:34:56 +0300 Subject: [PATCH] workaround for operator overload warnings --- tests/schemaupdatetest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/schemaupdatetest.cpp b/tests/schemaupdatetest.cpp index 9eabd21..5a8aa34 100644 --- a/tests/schemaupdatetest.cpp +++ b/tests/schemaupdatetest.cpp @@ -1,5 +1,7 @@ #include //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" @@ -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"