mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix k_waypoint.cpp compile errors on clang
This commit is contained in:
parent
ad6ba119d4
commit
56f549676a
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@
|
||||||
|
|
||||||
#include "cxxutil.hpp"
|
#include "cxxutil.hpp"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
// The number of sparkles per waypoint connection in the waypoint visualisation
|
// The number of sparkles per waypoint connection in the waypoint visualisation
|
||||||
static const UINT32 SPARKLES_PER_CONNECTION = 16U;
|
static const UINT32 SPARKLES_PER_CONNECTION = 16U;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue