aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database/MySQLConnection.cpp
diff options
context:
space:
mode:
authorclick <none@none>2010-08-20 11:48:12 +0200
committerclick <none@none>2010-08-20 11:48:12 +0200
commit24d752e782f64b5f65166ebf1c108863e0aac61d (patch)
treea444728a9071bfdd4e68eea0140d1e504da44c55 /src/server/shared/Database/MySQLConnection.cpp
parent812b6694f9e65dfc048b0df1bb14f1c6451dd24a (diff)
Core/Build: Fix non-PCH build, again... :P
--HG-- branch : trunk
Diffstat (limited to 'src/server/shared/Database/MySQLConnection.cpp')
-rw-r--r--src/server/shared/Database/MySQLConnection.cpp3
1 files changed, 1 insertions, 2 deletions
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 <mysql.h>
-#include "Common.h"
+#include "DatabaseEnv.h"
#include "QueryResult.h"
#include "SQLOperation.h"
#include "MySQLConnection.h"