[9822] Fix link error in gcc after [9816] and include needed header

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-05-02 00:44:04 +02:00
parent fa7f495f48
commit 555e1b8d6d
2 changed files with 2 additions and 1 deletions

View file

@ -55,6 +55,7 @@
#include "SkillDiscovery.h" #include "SkillDiscovery.h"
#include "Formulas.h" #include "Formulas.h"
#include "GridNotifiers.h" #include "GridNotifiers.h"
#include "GridNotifiersImpl.h"
pEffect SpellEffects[TOTAL_SPELL_EFFECTS]= pEffect SpellEffects[TOTAL_SPELL_EFFECTS]=
{ {

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 "9821" #define REVISION_NR "9822"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__