Skip to content

Commit

Permalink
[test] Avoid having to prefix std:: bevore uint_t
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Nov 23, 2024
1 parent 9f3a94f commit a8da4d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testcppbktree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include <AlignedAllocator.hpp>
#include <TestHelpers.hpp>

#include <stdint.h>

#include <algorithm>
#include <bitset>
#include <chrono>
Expand Down

0 comments on commit a8da4d2

Please sign in to comment.