Add missing ctime include (#6269)
authoradrido <robots_only_adrido@gmx.com>
Fri, 18 Aug 2017 10:17:19 +0000 (12:17 +0200)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Fri, 18 Aug 2017 10:17:19 +0000 (12:17 +0200)
src/network/networkpacket.h

index 9d9aeb79723ee140a113fd5a89930784817a68b6..8ba8a62f03b28da29b19f8e833be3e4d85bc1ac3 100644 (file)
@@ -20,6 +20,7 @@ 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"