Add missing <algorithm>

This commit is contained in:
Simon Richter 2020-10-21 15:18:01 +02:00 committed by Seth Hillbrand
parent 75c2d1a0bf
commit 3f48aca721
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#include <gal/color4d.h>
#include <widgets/number_badge.h>
#include <algorithm>
NUMBER_BADGE::NUMBER_BADGE( wxWindow* aParent, wxWindowID aId, const wxPoint& aPos,
const wxSize& aSize, int aStyles ) :