From 42916c0f4ef6fe428baeab6a16a67d78c5fbfbec Mon Sep 17 00:00:00 2001 From: Nivaturimika <159065448+Nivaturimika@users.noreply.github.com> Date: Mon, 8 Apr 2024 01:53:54 +0100 Subject: [PATCH] add #include "gui_error_window.cpp" to launcher --- src/launcher/launcher_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/launcher/launcher_main.cpp b/src/launcher/launcher_main.cpp index 221d5ec2b..c38e69247 100644 --- a/src/launcher/launcher_main.cpp +++ b/src/launcher/launcher_main.cpp @@ -35,6 +35,7 @@ #include "gui_population_window.cpp" #include "gui_budget_window.cpp" #include "gui_technology_window.cpp" +#include "gui_error_window.cpp" #include "commands.cpp" #include "network.cpp" #include "diplomatic_messages.cpp"