diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/network/networkpacket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkpacket.h b/src/network/networkpacket.h index bc0f26e7d..a4899d656 100644 --- 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 { |