diff --git a/base/plugins.cpp b/base/plugins.cpp index 7734e2c5f32..23889242f29 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -126,6 +126,9 @@ public: #ifndef DISABLE_PARALLACTION LINK_PLUGIN(PARALLACTION) #endif + #ifndef DISABLE_CRUISE + LINK_PLUGIN(CRUISE) + #endif return pl; }