Included <algorithm> for std::min

This commit is contained in:
Nemoumbra 2023-09-07 12:14:36 +03:00
parent 9993df5e77
commit 0faa1109d2
3 changed files with 8 additions and 0 deletions

View file

@ -1,4 +1,6 @@
#include <cstring>
#include <algorithm>
// for std::min
#include "Common/System/OSD.h"
#include "Common/TimeUtil.h"