From 26f25feda8443692f34f3373baa1276247c1886d Mon Sep 17 00:00:00 2001 From: Salja Date: Mon, 3 Sep 2012 09:05:51 +0200 Subject: [PATCH] [12171] Fix linux build. Thanks Barmalley Signed-off-by: Salja --- src/game/Chat.h | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/Chat.h b/src/game/Chat.h index 9353e386f..e146a0dbb 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -27,6 +27,7 @@ struct AchievementEntry; struct AchievementCriteriaEntry; struct AreaTrigger; struct AreaTriggerEntry; +struct CurrencyTypesEntry; struct FactionEntry; struct FactionState; struct GameTele; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 6bde0571e..9a33e59dd 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 "12170" + #define REVISION_NR "12171" #endif // __REVISION_NR_H__