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-x86_64.toolchain.cmake) (push) Waiting to run
build-crpc / build (Debug, mingw-w64-xi686.toolchain.cmake) (push) Waiting to run
build-crpc / build (Release, mingw-w64-xi686.toolchain.cmake) (push) Waiting to run
build-crpc / build (Release, mingw-w64-x86_64.toolchain.cmake) (push) Failing after 1m18s
build-crpc / build (Release, host.toolchain.cmake) (push) Failing after 5m29s

This commit is contained in:
tqcq 2023-12-03 12:51:10 +08:00
parent 2254698f64
commit d301a6afc6

View File

@ -6,6 +6,7 @@
#include <sstream> #include <sstream>
#include <fstream> #include <fstream>
#include <iostream> #include <iostream>
#include <algorithm>
#include "items/c_item.h" #include "items/c_item.h"
namespace tqcq { namespace tqcq {