mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-03 06:23:53 +00:00
Changed some headers that seemed to conflict on slightly older versions of msvc
This commit is contained in:
parent
eb62481766
commit
122d180f02
@ -7,8 +7,8 @@
|
||||
#endif
|
||||
|
||||
#include <mysql.h>
|
||||
#include <../common/types.h>
|
||||
#include <../common/MySQLRequestRow.h>
|
||||
#include "types.h"
|
||||
#include "MySQLRequestRow.h"
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
#include <mysql.h>
|
||||
#include <iterator>
|
||||
#include <../common/types.h>
|
||||
#include "types.h"
|
||||
|
||||
class MySQLRequestRow : public std::iterator<std::input_iterator_tag, MYSQL_ROW>
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user