Add <algorithm> header-file, it doesn't compile on windows if not included

This commit is contained in:
jfm 2023-12-28 12:06:04 +01:00 committed by gittiver
parent 195cd6ad00
commit 6704b9b3ab
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#define ASIO_STANDALONE
#endif
#include <asio.hpp>
#include <algorithm>
#include <atomic>
#include <chrono>
#include <vector>