mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-25 15:59:24 -04: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