Skip to content

Commit

Permalink
tests: fix build failure when building frigg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qookei committed Apr 4, 2023
1 parent a260375 commit 989c9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <bragi/helpers-all.hpp>
#include <utility>
#include <vector>

#ifdef TEST_FRIGG
#include <bragi/helpers-frigg.hpp>
Expand All @@ -10,7 +11,6 @@
#include <frg/string.hpp>
#else
#include <bragi/helpers-std.hpp>
#include <vector>
#include <string>
#endif

Expand Down

0 comments on commit 989c9d4

Please sign in to comment.