Skip to content

Commit a7c2094

Browse files
committed
Merge pull request XRPLF#292 from saghmrossi/master
util/cache_bench.cc needs to include inttypes.h
2 parents 60a4aa1 + 4d05234 commit a7c2094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/cache_bench.cc

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ int main() {
1414
}
1515
#else
1616

17+
#include <inttypes.h>
1718
#include <sys/types.h>
1819
#include <stdio.h>
1920
#include <gflags/gflags.h>

0 commit comments

Comments
 (0)