Include missing algorithm header in k_collide.cpp

This commit is contained in:
Eidolon 2023-06-01 05:15:38 -05:00
parent 6d94de494e
commit 3dbd9720da

View file

@ -1,6 +1,8 @@
/// \file k_collide.cpp
/// \brief SRB2Kart item collision hooks
#include <algorithm>
#include "k_collide.h"
#include "doomtype.h"
#include "p_mobj.h"