Skip to content

Commit

Permalink
Merge pull request XRPLF#292 from saghmrossi/master
Browse files Browse the repository at this point in the history
util/cache_bench.cc needs to include inttypes.h
  • Loading branch information
igorcanadi committed Sep 17, 2014
2 parents 60a4aa1 + 4d05234 commit a7c2094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/cache_bench.cc
Expand Up @@ -14,6 +14,7 @@ int main() {
}
#else

#include <inttypes.h>
#include <sys/types.h>
#include <stdio.h>
#include <gflags/gflags.h>
Expand Down

0 comments on commit a7c2094

Please sign in to comment.