From 2534010d0f36fe6c27bc5c76dfb5412c36df6eee Mon Sep 17 00:00:00 2001 From: leper Date: Tue, 12 Sep 2017 22:18:39 +0000 Subject: [PATCH] Fix build without precompiled headers. Refs 21f69ef574. This was SVN commit r20177. --- source/network/scripting/JSInterface_Network.cpp | 1 - source/network/scripting/JSInterface_Network.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/source/network/scripting/JSInterface_Network.cpp b/source/network/scripting/JSInterface_Network.cpp index 46c7ff2aa6..11aab9bfc0 100644 --- a/source/network/scripting/JSInterface_Network.cpp +++ b/source/network/scripting/JSInterface_Network.cpp @@ -27,7 +27,6 @@ #include "network/NetServer.h" #include "network/StunClient.h" #include "ps/CLogger.h" -#include "ps/CStr.h" #include "ps/Game.h" u16 JSI_Network::GetDefaultPort(ScriptInterface::CxPrivate* UNUSED(pCxPrivate)) diff --git a/source/network/scripting/JSInterface_Network.h b/source/network/scripting/JSInterface_Network.h index 0562125444..4b214a72c7 100644 --- a/source/network/scripting/JSInterface_Network.h +++ b/source/network/scripting/JSInterface_Network.h @@ -18,6 +18,7 @@ #ifndef INCLUDED_JSI_NETWORK #define INCLUDED_JSI_NETWORK +#include "ps/CStr.h" #include "scriptinterface/ScriptInterface.h" namespace JSI_Network