From c5bbfda125b1ffb17612f722b12d53e24ae9ee37 Mon Sep 17 00:00:00 2001 From: Alaisdair West Date: Sat, 8 Oct 2022 11:59:46 +1000 Subject: [PATCH] Add required include to build against musl libc --- Ui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Ui.cpp b/Ui.cpp index 867f33a..3ef6de9 100644 --- a/Ui.cpp +++ b/Ui.cpp @@ -27,6 +27,7 @@ #include #include #include +#include using namespace std; using namespace boost;