projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7d50a8
)
Fix OSX builds (closes #6289, fixes #6270) (#6306)
author
Pavel Puchkin
<i@neoascetic.me>
Thu, 24 Aug 2017 05:58:12 +0000
(07:58 +0200)
committer
Loïc Blot
<nerzhul@users.noreply.github.com>
Thu, 24 Aug 2017 05:58:12 +0000
(07:58 +0200)
Of course, this is not ideal solution, but we want our users to be happy in the
first place, right?
src/network/networkpacket.h
patch
|
blob
|
history
diff --git
a/src/network/networkpacket.h
b/src/network/networkpacket.h
index bc0f26e7d2aa51d24793796df92c9d4ccc04346f..a4899d656849e9450deab1a1b76bcd68bd5142bd 100644
(file)
--- a/
src/network/networkpacket.h
+++ b/
src/network/networkpacket.h
@@
-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
{