Skip to content

Commit

Permalink
TOOLS/PERF: Add #include <inttypes.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed Aug 14, 2020
1 parent 0ce7997 commit c7a5f50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/perf/lib/uct_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# include "config.h"
#endif

#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>
#include <tools/perf/lib/libperf_int.h>

extern "C" {
Expand Down

0 comments on commit c7a5f50

Please sign in to comment.