Hopefully fix compile issue with some VS versions

This commit is contained in:
Michael Cook (mackal)
2014-07-04 13:57:09 -04:00
parent eb62481766
commit 3b9e9ae0fd
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
#endif
#include <mysql.h>
#include <../common/types.h>
#include <../common/MySQLRequestRow.h>
#include "../common/types.h"
#include "../common/MySQLRequestRow.h"
#include <string>
#include <string.h>
#include <limits.h>
+1 -1
View File
@@ -8,7 +8,7 @@
#include <mysql.h>
#include <iterator>
#include <../common/types.h>
#include "../common/types.h"
class MySQLRequestRow : public std::iterator<std::input_iterator_tag, MYSQL_ROW>
{