Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 156bf5b

Browse files
committed
Define uint
1 parent 1485314 commit 156bf5b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

benchmark/native/marker-index-benchmark.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
using namespace std::chrono;
1111
using std::vector;
12+
using uint = unsigned int;
1213

1314
Range get_random_range() {
1415
Point start(rand() % 100, rand() % 100);

test/native/test-helpers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
using std::cout;
1717
using std::cerr;
18+
using uint = unsigned int;
1819

1920
class TextBuffer;
2021

0 commit comments

Comments
 (0)