Core/Build: Partial work of fixing non-PCH Linux compile

--HG--
branch : trunk
This commit is contained in:
runningnak3d
2010-09-02 17:19:53 -06:00
parent 7982cc0f7d
commit 7433768a55
6 changed files with 13 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
#include "PreparedStatement.h"
#include "MySQLConnection.h"
#include "Log.h"
PreparedStatement::PreparedStatement(uint32 index) :
m_index(index),
@@ -322,4 +323,4 @@ PreparedStatementTask::~PreparedStatementTask()
bool PreparedStatementTask::Execute()
{
return m_conn->Execute(m_stmt);
}
}