Skip to content

Commit f9eaaa6

Browse files
committed
added include for inttypes.h to fix nonworking printf statements
1 parent f090575 commit f9eaaa6

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)