Skip to content

Commit

Permalink
Try fix build crash
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingJellyfish committed Sep 2, 2024
1 parent 48879f2 commit 2f2185a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/states_screens/online/online_screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


#include "states_screens/main_menu_screen.hpp"
#include "states_screens/online/online_screen.hpp"

#include "addons/news_manager.hpp"
#include "config/player_manager.hpp"
Expand All @@ -42,11 +42,11 @@
#include "online/link_helper.hpp"
#include "online/profile_manager.hpp"
#include "online/request_manager.hpp"
#include "states_screens/main_menu_screen.hpp"
#include "states_screens/online/networking_lobby.hpp"
#include "states_screens/online/online_lan.hpp"
#include "states_screens/online/online_profile_achievements.hpp"
#include "states_screens/online/online_profile_servers.hpp"
#include "states_screens/online/online_screen.hpp"
#include "states_screens/state_manager.hpp"
#include "states_screens/options/user_screen.hpp"
#include "states_screens/dialogs/general_text_field_dialog.hpp"
Expand Down

0 comments on commit 2f2185a

Please sign in to comment.