summaryrefslogtreecommitdiffhomepage
path: root/Killmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'Killmail.h')
-rw-r--r--Killmail.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Killmail.h b/Killmail.h
index 6550dc9..23db3c6 100644
--- a/Killmail.h
+++ b/Killmail.h
@@ -1,5 +1,7 @@
#pragma once
+#include <ctime>
+
#include "Location.h"
#include "LongVector3.h"
#include "Owner.h"
@@ -12,4 +14,5 @@ struct Killmail
Owner owner;
Ship ship;
LongVector3 position;
+ std::tm time;
};