diff --git a/plugins/fortplan.cpp b/plugins/fortplan.cpp index ccaab18c3..72d11b78a 100644 --- a/plugins/fortplan.cpp +++ b/plugins/fortplan.cpp @@ -15,6 +15,9 @@ #include "uicommon.h" DFHACK_PLUGIN("fortplan"); +REQUIRE_GLOBAL(gps); +REQUIRE_GLOBAL(world); + #define PLUGIN_VERSION 0.15 using namespace std;