From 16370c4bd7880bed35efa69a2aa05a32921c3978 Mon Sep 17 00:00:00 2001 From: BenDroid Date: Sun, 3 Dec 2017 21:28:49 +0100 Subject: [PATCH] Fixed linux compile --- src/Platform_unix.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Platform_unix.cpp b/src/Platform_unix.cpp index c0589307..9d818ea0 100644 --- a/src/Platform_unix.cpp +++ b/src/Platform_unix.cpp @@ -22,9 +22,8 @@ */ #include -#include -#include -#include +#include +#include #include #include