Skip to content

Commit a8da4d2

Browse files
committed
[test] Avoid having to prefix std:: bevore uint_t
1 parent 9f3a94f commit a8da4d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tests/testcppbktree.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#include <AlignedAllocator.hpp>
33
#include <TestHelpers.hpp>
44

5+
#include <stdint.h>
6+
57
#include <algorithm>
68
#include <bitset>
79
#include <chrono>

0 commit comments

Comments
 (0)