Skip to content

Commit

Permalink
tests: fix build error caused by missing <algorithm> include
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Olivier <martin.olivier@live.fr>
  • Loading branch information
martin-olivier committed Mar 2, 2025
1 parent 9cfb643 commit 7a886f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <gtest/gtest.h>
#include <algorithm>
#include <utility>
#include <vector>
#include <string>
Expand Down

0 comments on commit 7a886f4

Please sign in to comment.