From 422bb430d44321093f1e6844a8921a2199a9b971 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sun, 17 Nov 2013 18:55:52 +0100 Subject: [PATCH] More compilation fixes for PSP --- JGE/include/JSocket.h | 1 + 1 file changed, 1 insertion(+) diff --git a/JGE/include/JSocket.h b/JGE/include/JSocket.h index 4ef762e41..450b1e210 100644 --- a/JGE/include/JSocket.h +++ b/JGE/include/JSocket.h @@ -1,6 +1,7 @@ #ifndef _JSOCKET_H_ #define _JSOCKET_H_ +#include using namespace std; #define SERVER_PORT 5001