From dd426cc61fe863aed05dc3748f1a4595e73bbec8 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Wed, 15 Mar 2023 11:08:37 +1000 Subject: [PATCH] Fix mdal mingw build --- external/mdal/3rdparty/textio.h | 1 + external/mdal/mdal_datetime.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/external/mdal/3rdparty/textio.h b/external/mdal/3rdparty/textio.h index 4e1547dca92..d9453af098c 100644 --- a/external/mdal/3rdparty/textio.h +++ b/external/mdal/3rdparty/textio.h @@ -53,6 +53,7 @@ SOFTWARE. #include #include #include +#include namespace textio { diff --git a/external/mdal/mdal_datetime.hpp b/external/mdal/mdal_datetime.hpp index fafec38616d..7eb7f5e9d96 100644 --- a/external/mdal/mdal_datetime.hpp +++ b/external/mdal/mdal_datetime.hpp @@ -8,6 +8,7 @@ #include #include +#include #include "mdal.h"