From 122d180f02676fc26a83752f471b758eb4dd8a64 Mon Sep 17 00:00:00 2001 From: KimLS Date: Sun, 6 Jul 2014 15:22:58 -0700 Subject: [PATCH] Changed some headers that seemed to conflict on slightly older versions of msvc --- common/MySQLRequestResult.h | 4 ++-- common/MySQLRequestRow.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/MySQLRequestResult.h b/common/MySQLRequestResult.h index 05f363722..3e017557b 100644 --- a/common/MySQLRequestResult.h +++ b/common/MySQLRequestResult.h @@ -7,8 +7,8 @@ #endif #include -#include <../common/types.h> -#include <../common/MySQLRequestRow.h> +#include "types.h" +#include "MySQLRequestRow.h" #include #include #include diff --git a/common/MySQLRequestRow.h b/common/MySQLRequestRow.h index 8e979acab..85fe7cb4f 100644 --- a/common/MySQLRequestRow.h +++ b/common/MySQLRequestRow.h @@ -8,7 +8,7 @@ #include #include -#include <../common/types.h> +#include "types.h" class MySQLRequestRow : public std::iterator {