From 152af876550ec63bac9d7aa27b1994268c80f878 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Wed, 28 Jun 2023 00:20:22 +1000 Subject: Fix broken regex, make game timestep non-const --- source/core/StarException_windows.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/core/StarException_windows.cpp') diff --git a/source/core/StarException_windows.cpp b/source/core/StarException_windows.cpp index 87d9ed6..8f5786f 100644 --- a/source/core/StarException_windows.cpp +++ b/source/core/StarException_windows.cpp @@ -1,4 +1,5 @@ #include "StarException.hpp" +#include "StarOutputProxy.hpp" #include "StarLogging.hpp" #include "StarCasting.hpp" #include "StarString_windows.hpp" -- cgit v1.2.3