From cfca3e250720a23014343486dcc7df495d62649e Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 23 Mar 2020 21:26:50 -0400 Subject: [PATCH] Adds missing header for std::setw, std::set fill. --- OSBindings/SDL/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/OSBindings/SDL/main.cpp b/OSBindings/SDL/main.cpp index d558a2a89..69af3aa80 100644 --- a/OSBindings/SDL/main.cpp +++ b/OSBindings/SDL/main.cpp @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include