Fix OSX builds (closes #6289, fixes #6270) (#6306)
authorPavel Puchkin <i@neoascetic.me>
Thu, 24 Aug 2017 05:58:12 +0000 (07:58 +0200)
committerLoï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

index bc0f26e7d2aa51d24793796df92c9d4ccc04346f..a4899d656849e9450deab1a1b76bcd68bd5142bd 100644 (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
 {