From 56f549676abf9d09c892c031f0a81867189726f5 Mon Sep 17 00:00:00 2001 From: Lach Date: Sun, 24 Sep 2023 12:39:33 +1000 Subject: [PATCH] Fix k_waypoint.cpp compile errors on clang --- src/k_waypoint.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/k_waypoint.cpp b/src/k_waypoint.cpp index c46fd3fe2..4bb3089b3 100644 --- a/src/k_waypoint.cpp +++ b/src/k_waypoint.cpp @@ -23,6 +23,9 @@ #include "cxxutil.hpp" +#include +#include + // The number of sparkles per waypoint connection in the waypoint visualisation static const UINT32 SPARKLES_PER_CONNECTION = 16U;