Fix build without precompiled headers.

Refs 21f69ef574.

This was SVN commit r20177.
This commit is contained in:
leper
2017-09-12 22:18:39 +00:00
parent 3312a83f82
commit 2534010d0f
2 changed files with 1 additions and 1 deletions
@@ -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))
@@ -18,6 +18,7 @@
#ifndef INCLUDED_JSI_NETWORK
#define INCLUDED_JSI_NETWORK
#include "ps/CStr.h"
#include "scriptinterface/ScriptInterface.h"
namespace JSI_Network