Merge pull request #292 from saghmrossi/master

util/cache_bench.cc needs to include inttypes.h
main
Igor Canadi 10 years ago
commit a7c2094526
  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