From 7a65faa477b5924835dec390da03e9940f063fa7 Mon Sep 17 00:00:00 2001 From: pkubaj Date: Tue, 12 Jun 2018 19:46:20 +0000 Subject: [PATCH] Add string include (#7667) LLVM 6.0 on FreeBSD needs it for basic_string template. --- src/openrct2-ui/SDLException.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openrct2-ui/SDLException.h b/src/openrct2-ui/SDLException.h index c080c7b885..dfe5261cfa 100644 --- a/src/openrct2-ui/SDLException.h +++ b/src/openrct2-ui/SDLException.h @@ -18,6 +18,7 @@ #include #include +#include /** * An exception which wraps an SDL error.