diff --git a/data/gui/screens/ghost_replay_selection.stkgui b/data/gui/screens/ghost_replay_selection.stkgui index 91fc8b439..a904479fa 100644 --- a/data/gui/screens/ghost_replay_selection.stkgui +++ b/data/gui/screens/ghost_replay_selection.stkgui @@ -1,9 +1,9 @@
- + - +
diff --git a/data/gui/screens/online/server_selection.stkgui b/data/gui/screens/online/server_selection.stkgui index 6685a51c5..82113b35e 100644 --- a/data/gui/screens/online/server_selection.stkgui +++ b/data/gui/screens/online/server_selection.stkgui @@ -1,9 +1,9 @@
- - - + + +
diff --git a/src/utils/extract_mobile_assets.cpp b/src/utils/extract_mobile_assets.cpp index 2386ab36d..087057b69 100644 --- a/src/utils/extract_mobile_assets.cpp +++ b/src/utils/extract_mobile_assets.cpp @@ -22,6 +22,7 @@ #include "io/file_manager.hpp" #include "graphics/irr_driver.hpp" #include "race/grand_prix_manager.hpp" +#include "replay/replay_play.hpp" #include "tracks/track_manager.hpp" #include "utils/constants.hpp" #include "utils/log.hpp"