From 24d752e782f64b5f65166ebf1c108863e0aac61d Mon Sep 17 00:00:00 2001 From: click Date: Fri, 20 Aug 2010 11:48:12 +0200 Subject: Core/Build: Fix non-PCH build, again... :P --HG-- branch : trunk --- src/server/shared/Database/MySQLConnection.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/server/shared/Database/MySQLConnection.cpp') diff --git a/src/server/shared/Database/MySQLConnection.cpp b/src/server/shared/Database/MySQLConnection.cpp index ccb24935f81..51b6d649bb0 100644 --- a/src/server/shared/Database/MySQLConnection.cpp +++ b/src/server/shared/Database/MySQLConnection.cpp @@ -15,9 +15,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - #include -#include "Common.h" +#include "DatabaseEnv.h" #include "QueryResult.h" #include "SQLOperation.h" #include "MySQLConnection.h" -- cgit v1.2.3