fix add miss header <algorithm>
Some checks failed
build-crpc / build (Debug, host.toolchain.cmake) (push) Waiting to run
build-crpc / build (Debug, mingw-w64-xi686.toolchain.cmake) (push) Waiting to run
build-crpc / build (Release, host.toolchain.cmake) (push) Waiting to run
build-crpc / build (Release, mingw-w64-x86_64.toolchain.cmake) (push) Waiting to run
build-crpc / build (Release, mingw-w64-xi686.toolchain.cmake) (push) Waiting to run
build-crpc / build (Debug, mingw-w64-x86_64.toolchain.cmake) (push) Has been cancelled

This commit is contained in:
tqcq 2023-12-03 12:48:27 +08:00
parent 957fd68868
commit 2254698f64

View File

@ -7,6 +7,7 @@
#include <fstream>
#include <iostream>
#include <filesystem>
#include <algorithm>
namespace tqcq {