From a8523f6e4b0ef57471b19e9868c5bb9bdc81ad6d 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