diff options
Diffstat (limited to 'src/game/AddonHandler.h')
| -rw-r--r-- | src/game/AddonHandler.h | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/src/game/AddonHandler.h b/src/game/AddonHandler.h index 6255bd551e2..f0d5bcac7f1 100644 --- a/src/game/AddonHandler.h +++ b/src/game/AddonHandler.h @@ -1,7 +1,7 @@  /* - * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> + * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>   * - * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> + * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>   *   * This program is free software; you can redistribute it and/or modify   * it under the terms of the GNU General Public License as published by @@ -22,9 +22,10 @@  #define __ADDONHANDLER_H  #include "Common.h" +#include "Config/ConfigEnv.h"  #include "Policies/Singleton.h" +  #include "WorldPacket.h" -#include "Config/ConfigEnv.h"  class AddonHandler  {  | 
