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:
a039d98
)
Add missing ctime include (#6269)
author
adrido
<robots_only_adrido@gmx.com>
Fri, 18 Aug 2017 10:17:19 +0000
(12:17 +0200)
committer
Loïc Blot
<nerzhul@users.noreply.github.com>
Fri, 18 Aug 2017 10:17:19 +0000
(12:17 +0200)
src/network/networkpacket.h
patch
|
blob
|
history
diff --git
a/src/network/networkpacket.h
b/src/network/networkpacket.h
index 9d9aeb79723ee140a113fd5a89930784817a68b6..8ba8a62f03b28da29b19f8e833be3e4d85bc1ac3 100644
(file)
--- a/
src/network/networkpacket.h
+++ b/
src/network/networkpacket.h
@@
-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"