From 29f7f4d432d8c94e72e3ef23a0e8a9eddb9b72a9 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 15 Jul 2018 22:47:50 -0400 Subject: [PATCH] Adds missing #include. --- OSBindings/SDL/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/OSBindings/SDL/main.cpp b/OSBindings/SDL/main.cpp index 3bfc80787..e0bba7fb0 100644 --- a/OSBindings/SDL/main.cpp +++ b/OSBindings/SDL/main.cpp @@ -6,6 +6,7 @@ // Copyright 2017 Thomas Harte. All rights reserved. // +#include #include #include #include