mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 19:37:01 +00:00
[10787] Add explicitly header dependences for Database/QueryResult.h
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
28ccd9975d
commit
9460ed0494
3 changed files with 7 additions and 3 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue