Add algorithm import for Clang 19.

Otherwise it can't find std::ranges::find_if
This commit is contained in:
Alex Shvartzkop 2025-06-17 11:38:38 +03:00
parent f9d1a4d31b
commit 89961465e2

View File

@ -20,6 +20,7 @@
#include <component_classes/component_class.h>
#include <wx/intl.h>
#include <algorithm>
void COMPONENT_CLASS::AddConstituentClass( COMPONENT_CLASS* componentClass )