core: Add missing algorithm header

This commit is contained in:
Gabriel Ferreira
2025-10-16 14:25:43 +02:00
parent 970cda0ce6
commit afb92d3733

View File

@@ -15,6 +15,7 @@
#include "singleton.h"
#include "system-path.h"
#include <algorithm>
#include <cmath>
#include <cstring>
#include <list>