Skip to content

Commit

Permalink
Missing include of `<algorithm>
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 8, 2025
1 parent 9f5e1ce commit 51b8bb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Compile with g++ -shared -o api.dll api.cpp -Ofast -fPIC -shared
#include <vector>
#include <string>
#include <thread>
#include <algorithm>
#include <filesystem>
#include <sstream>

Expand Down

0 comments on commit 51b8bb5

Please sign in to comment.