mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 00:52:20 +00:00
Fix build with GCC and Clang
This commit is contained in:
parent
5b89aaf780
commit
c1fed7cc87
@ -30,6 +30,7 @@
|
||||
#include <stack> // for stack
|
||||
#include <string> // for string
|
||||
|
||||
class game_launcher;
|
||||
namespace ai { class ai_composite; } // lines 45-45
|
||||
namespace ai { class ai_context; } // lines 42-42
|
||||
namespace ai { class component; } // lines 43-43
|
||||
@ -556,7 +557,7 @@ private:
|
||||
ai_composite& get_active_ai_for_side( side_number side );
|
||||
|
||||
|
||||
friend class game_launcher;
|
||||
friend class ::game_launcher;
|
||||
};
|
||||
|
||||
} //end of namespace ai
|
||||
|
Loading…
x
Reference in New Issue
Block a user