try fix builds for other platforms

This commit is contained in:
2025-06-13 09:41:57 -05:00
parent f3d54080c8
commit 9f95ca4fe1
9 changed files with 20 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
#include "scen.menu.hpp"
#include "scen.menus.hpp"
#include "scen.graphics.hpp"
#include "dialogxml/dialogs/dialog.hpp"
#include <stdexcept>

View File

@@ -7,6 +7,7 @@
#include "winutil.hpp"
#include "menu_accel.win.hpp"
#include "undo.hpp"
#include "dialogxml/dialogs/dialog.hpp"
// Include this last because some #defines in the Windows headers cause compile errors in my headers.
// Fortunately they're on symbols not used in this file, so this should work.