Core/Spline: Add missing includes

This commit is contained in:
Nay
2012-08-12 21:16:31 +01:00
parent 61fcae113b
commit a3940f5310
2 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
/*
* Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/>
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,4 +1,5 @@
/*
* Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/>
*
* This program is free software; you can redistribute it and/or modify
@@ -19,6 +20,10 @@
#ifndef TRINITYSERVER_PACKET_BUILDER_H
#define TRINITYSERVER_PACKET_BUILDER_H
#include "Define.h" // for uint32
#include "G3D/Vector3.h"
using G3D::Vector3;
class ByteBuffer;
class WorldPacket;