Skip to content

Commit

Permalink
Fix OSX builds (closes #6289, fixes #6270) (#6306)
Browse files Browse the repository at this point in the history
Of course, this is not ideal solution, but we want our users to be happy in the
first place, right?
  • Loading branch information
neoascetic authored and nerzhul committed Aug 24, 2017
1 parent f7d50a8 commit 928609c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/networkpacket.h
Expand Up @@ -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
{
Expand Down

0 comments on commit 928609c

Please sign in to comment.