Skip to content

Commit

Permalink
LIB: add missing include for clang++-13
Browse files Browse the repository at this point in the history
Fixes #33.

Signed-off-by: Stefan Westerfeld <[email protected]>
  • Loading branch information
swesterfeld committed Jul 18, 2022
1 parent 2413604 commit 82ce2bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sfpool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <string.h>

#include <algorithm>
#include <vector>

using std::string;
using std::vector;
Expand Down

0 comments on commit 82ce2bb

Please sign in to comment.