From 591494627d30aff066d9e5ebebf2de820253ad39 Mon Sep 17 00:00:00 2001 From: Jyrki Vesterinen Date: Sat, 30 Jun 2018 10:57:42 +0300 Subject: [PATCH] Fix build (cherry-picked from commit d8eada856aa5323e451551c86ec9c1ef15337ee0) --- src/gui/dialogs/multiplayer/mp_join_game.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/dialogs/multiplayer/mp_join_game.hpp b/src/gui/dialogs/multiplayer/mp_join_game.hpp index 3ef0ca8db038..10ca02132741 100644 --- a/src/gui/dialogs/multiplayer/mp_join_game.hpp +++ b/src/gui/dialogs/multiplayer/mp_join_game.hpp @@ -30,6 +30,8 @@ class tree_view_node; namespace dialogs { +class faction_select; + class mp_join_game : public modal_dialog, private plugin_executor { public: