From 9e778995355b05ebebf99dfc5955c8b77ed2228f Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sat, 26 Sep 2015 09:44:11 +0200 Subject: [PATCH] Adds missing breaking macosx compilation without boost --- JGE/src/pc/JSocket.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/JGE/src/pc/JSocket.cpp b/JGE/src/pc/JSocket.cpp index 49eb7165a..f04d36913 100644 --- a/JGE/src/pc/JSocket.cpp +++ b/JGE/src/pc/JSocket.cpp @@ -7,6 +7,7 @@ #include #include #elif LINUX +#include #include #include #include