[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 "Object.h"
#include "Player.h"
#include "Corpse.h"
#include <set>
#include <list>
class Creature;
class Corpse;
class Unit;
class GameObject;
class DynamicObject;
class Vehicle;
class WorldObject;
class Map;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8706"
#define REVISION_NR "8707"
#endif // __REVISION_NR_H__