From 8415b1fb1020268cee22621aa83ca5bdc5d94b8c Mon Sep 17 00:00:00 2001 From: Jean-Philip Desjardins Date: Sun, 18 Sep 2016 16:57:08 -0400 Subject: [PATCH] Fix build on clang. --- Source/gs/GSHandler.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/gs/GSHandler.h b/Source/gs/GSHandler.h index 9ede11fc..209edbc4 100644 --- a/Source/gs/GSHandler.h +++ b/Source/gs/GSHandler.h @@ -4,6 +4,7 @@ #include #include #include +#include #include #include "Types.h"