[8707] fixed linuxbuild

This commit is contained in:
balrok 2009-10-22 13:13:43 +02:00
parent 3860ec2427
commit f1800cf05a
2 changed files with 2 additions and 3 deletions

View file

@ -30,15 +30,14 @@
#include "GridDefines.h" #include "GridDefines.h"
#include "Object.h" #include "Object.h"
#include "Player.h" #include "Player.h"
#include "Corpse.h"
#include <set> #include <set>
#include <list> #include <list>
class Creature; class Creature;
class Corpse;
class Unit; class Unit;
class GameObject; class GameObject;
class DynamicObject;
class Vehicle; class Vehicle;
class WorldObject; class WorldObject;
class Map; class Map;

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 "8706" #define REVISION_NR "8707"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__