Core: Make shared build happily without PCH (there are still issues with game ++)

--HG--
branch : trunk
This commit is contained in:
click
2010-08-21 08:08:49 +02:00
parent 6e6d62def9
commit 71b48cadc2
4 changed files with 4 additions and 3 deletions

View File

@@ -22,8 +22,8 @@
#define DATABASEENV_H
#include "Common.h"
#include "Log.h"
#include "Errors.h"
#include "Log.h"
#include "Field.h"
#include "QueryResult.h"

View File

@@ -16,9 +16,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "DatabaseEnv.h"
#include "DatabaseWorkerPool.h"
#include "MySQLConnection.h"
#include "DatabaseEnv.h"
#include "SQLOperation.h"
DatabaseWorkerPool::DatabaseWorkerPool() :

View File

@@ -16,9 +16,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "DatabaseEnv.h"
#include "SQLOperation.h"
#include "MySQLConnection.h"
#include "Log.h"
/*! Basic, ad-hoc queries. */
BasicStatementTask::BasicStatementTask(const char* sql) :

View File

@@ -16,6 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "DatabaseEnv.h"
#include "Transaction.h"
void Transaction::Append(const char* sql)