diff --git a/common/research.cpp b/common/research.cpp index 95ae823551..93195c80fb 100644 --- a/common/research.cpp +++ b/common/research.cpp @@ -26,7 +26,7 @@ _ ._ Copyright (c) 1996-2021 Freeciv21 and Freeciv contributors. #include "research.h" // FIXME: Dont use extern, move inside some game running class eventually -extern std::vector research_array(MAX_NUM_PLAYER_SLOTS); +std::vector research_array(MAX_NUM_PLAYER_SLOTS); struct research_player_iter { struct iterator vtable;