Fix namespace unused with HTTP disabled

This commit is contained in:
Michał Janiszewski 2018-06-19 22:31:54 +02:00
parent e1c5fda28d
commit 41b2168824
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@
#include "../world/Park.h"
#include "Http.h"
using namespace OpenRCT2::Network;
#ifndef DISABLE_HTTP
using namespace OpenRCT2::Network;
enum MASTER_SERVER_STATUS
{
MASTER_SERVER_STATUS_OK = 200,