Skip to content

Commit

Permalink
Add <algorithm> header-file, it doesn't compile on windows if not inc…
Browse files Browse the repository at this point in the history
…luded
  • Loading branch information
jfm authored and gittiver committed Jan 1, 2024
1 parent 195cd6a commit 6704b9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/crow/http_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#define ASIO_STANDALONE
#endif
#include <asio.hpp>
#include <algorithm>
#include <atomic>
#include <chrono>
#include <vector>
Expand Down

0 comments on commit 6704b9b

Please sign in to comment.