Restore removed <algorithm> includes.

Turns out these were needed after all. For some reason, on Windows and
Mac, <algorithm> gets auto-included by something else so I don't notice
when it's missing, and MSVC's include dependency tracker doesn't see it
either.
This commit is contained in:
Henrik Rydgård
2024-12-19 09:53:07 +01:00
parent fb76bd6722
commit c91169e702
34 changed files with 53 additions and 19 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#include <cstring>
#include <cstdarg>
#include <cstdint>
#include <algorithm>
#include <string>
#include "Common/Data/Encoding/Utf8.h"