From 2db2600d65dcf55928fce97319179993fc55b5e7 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Tue, 20 Oct 2009 14:52:07 +0400 Subject: [PATCH] [8682] Restore build at Unix/Linux Not tested, but fix repoted build problem. --- src/game/DestinationHolderImp.h | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/DestinationHolderImp.h b/src/game/DestinationHolderImp.h index 1340e0d1b..3db095f1e 100644 --- a/src/game/DestinationHolderImp.h +++ b/src/game/DestinationHolderImp.h @@ -21,6 +21,7 @@ #include "MapManager.h" #include "DestinationHolder.h" +#include "Unit.h" #include diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index d36745571..770298933 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8681" + #define REVISION_NR "8682" #endif // __REVISION_NR_H__