1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

Add string include (#7667)

LLVM 6.0 on FreeBSD needs it for basic_string template.
This commit is contained in:
pkubaj
2018-06-12 19:46:20 +00:00
committed by Ted John
parent 7fbbce5712
commit 7a65faa477

View File

@@ -18,6 +18,7 @@
#include <SDL2/SDL.h>
#include <stdexcept>
#include <string>
/**
* An exception which wraps an SDL error.