Fixed build

Fixed wrong header includes in new database files, thx Thyros

--HG--
branch : trunk
This commit is contained in:
Shauren
2010-09-02 20:22:19 +02:00
parent e9ff90a967
commit cd182a1e8f
8 changed files with 12 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "LoginDatabase.h"
#include "CharacterDatabase.h"
bool CharacterDatabaseConnection::Open(const std::string& infoString)
{
@@ -27,4 +27,4 @@ bool CharacterDatabaseConnection::Open(const std::string& infoString)
*/
return MySQLConnection::Open(infoString);
}
}