From f233014e960a412d3c5d4ba0015f09aa620fe567 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 20 May 2022 23:21:08 +0200 Subject: Simplified JSON reading --- Killmail.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Killmail.h') 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 + #include "Location.h" #include "LongVector3.h" #include "Owner.h" @@ -12,4 +14,5 @@ struct Killmail Owner owner; Ship ship; LongVector3 position; + std::tm time; }; -- cgit v1.1