Utils: Include algorithm

Good thing to have
This commit is contained in:
tt2468 2021-12-14 18:02:13 -08:00
parent 612a50efbb
commit 29a5cfe2fe

View File

@ -18,6 +18,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
*/
#include <inttypes.h>
#include <algorithm>
#include <QString>
#include <obs-frontend-api.h>
#include <util/config-file.h>