mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core/Build: Partial work of fixing non-PCH Linux compile
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user