[10787] Add explicitly header dependences for Database/QueryResult.h

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
alien 2010-11-27 22:27:24 +03:00 committed by VladimirMangos
parent 28ccd9975d
commit 9460ed0494
3 changed files with 7 additions and 3 deletions

View file

@ -16,9 +16,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#if !defined(FIELD_H) #ifndef FIELD_H
#define FIELD_H #define FIELD_H
#include "Common.h"
class Field class Field
{ {
public: public:

View file

@ -16,10 +16,12 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#if !defined(QUERYRESULT_H) #ifndef QUERYRESULT_H
#define QUERYRESULT_H #define QUERYRESULT_H
#include "Common.h"
#include "Errors.h" #include "Errors.h"
#include "Field.h"
class MANGOS_DLL_SPEC QueryResult class MANGOS_DLL_SPEC QueryResult
{ {

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "10786" #define REVISION_NR "10787"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__