summaryrefslogtreecommitdiff
path: root/stats/include
diff options
context:
space:
mode:
Diffstat (limited to 'stats/include')
-rw-r--r--stats/include/kurator/stats/events.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stats/include/kurator/stats/events.h b/stats/include/kurator/stats/events.h
index a9a9612..ea25826 100644
--- a/stats/include/kurator/stats/events.h
+++ b/stats/include/kurator/stats/events.h
@@ -1,6 +1,6 @@
#pragma once
-#include <kurator/campaign/UniqueIdentifier.h>
+#include <kurator/universe/UniqueIdentifier.h>
namespace kurator
@@ -12,7 +12,7 @@ namespace stats
struct ShipLeft
{
double time;
- campaign::UniqueIdentifier ship;
+ universe::UniqueIdentifier ship;
int team;
bool destroyed;
};