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;