Fix k_waypoint.cpp compile errors on clang

This commit is contained in:
Lach 2023-09-24 12:39:33 +10:00
parent ad6ba119d4
commit 56f549676a

View file

@ -23,6 +23,9 @@
#include "cxxutil.hpp"
#include <algorithm>
#include <vector>
// The number of sparkles per waypoint connection in the waypoint visualisation
static const UINT32 SPARKLES_PER_CONNECTION = 16U;