[11528] typeid usage req. include <typeinfo> for GCC build.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
blueboy 2011-05-24 03:51:43 +04:00 committed by VladimirMangos
parent 7d889c0821
commit ab50a7d3e9
2 changed files with 2 additions and 1 deletions

View file

@ -46,6 +46,7 @@
#include <iostream>
#include <fstream>
#include <map>
#include <typeinfo>
#include "TargetedMovementGenerator.h" // for HandleNpcUnFollowCommand

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11527"
#define REVISION_NR "11528"
#endif // __REVISION_NR_H__