Fix OSX builds (closes #6289, fixes #6270) (#6306)

Of course, this is not ideal solution, but we want our users to be happy in the
first place, right?
master
Pavel Puchkin 2017-08-24 07:58:12 +02:00 committed by Loïc Blot
parent f7d50a8078
commit 928609c8bd
1 changed files with 1 additions and 1 deletions

View File

@ -19,10 +19,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#pragma once
#include <SColor.h>
#include <ctime>
#include "util/pointer.h"
#include "util/numeric.h"
#include <SColor.h>
class NetworkPacket
{