mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 13:36:36 +00:00
FreeBSD Compile Fixes
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
#include "types.h"
|
||||
#include "mysql_request_row.h"
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#endif
|
||||
|
||||
class MySQLRequestResult {
|
||||
private:
|
||||
MYSQL_RES* m_Result;
|
||||
|
||||
Reference in New Issue
Block a user