diff --git a/src/shared/Database/Field.h b/src/shared/Database/Field.h index 3f89b5886..a386bcb75 100644 --- a/src/shared/Database/Field.h +++ b/src/shared/Database/Field.h @@ -16,9 +16,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#if !defined(FIELD_H) +#ifndef FIELD_H #define FIELD_H +#include "Common.h" + class Field { public: diff --git a/src/shared/Database/QueryResult.h b/src/shared/Database/QueryResult.h index 043394441..1b9ee2e03 100644 --- a/src/shared/Database/QueryResult.h +++ b/src/shared/Database/QueryResult.h @@ -16,10 +16,12 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#if !defined(QUERYRESULT_H) +#ifndef QUERYRESULT_H #define QUERYRESULT_H +#include "Common.h" #include "Errors.h" +#include "Field.h" class MANGOS_DLL_SPEC QueryResult { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 39688f9a8..007040da1 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10786" + #define REVISION_NR "10787" #endif // __REVISION_NR_H__