added include for inttypes.h to fix nonworking printf statements

main
Saghm Rossi 10 years ago
parent f090575e43
commit f9eaaa66e6
  1. 1
      util/cache_bench.cc

@ -14,6 +14,7 @@ int main() {
}
#else
#include <inttypes.h>
#include <sys/types.h>
#include <stdio.h>
#include <gflags/gflags.h>

Loading…
Cancel
Save