Add missing <algorithm>

This commit is contained in:
Simon Richter 2020-09-08 11:09:26 +02:00 committed by Ian McInerney
parent aa34f2e764
commit 08828667ec
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
#include <wx/collpane.h>
#include <wx/renderer.h>
#include <algorithm>
wxDEFINE_EVENT( WX_COLLAPSIBLE_PANE_HEADER_CHANGED, wxCommandEvent );
wxDEFINE_EVENT( WX_COLLAPSIBLE_PANE_CHANGED, wxCommandEvent );