google / google/autofdo

Build fails, perf_data_converter missing C++ header

Open
#198 12 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
619
Forks
127
PR merge metrics
No merged PRs in 30d

Description

Building for GCC:
```
/home/agrant/autofdo/autofdo/third_party/perf_data_converter/src/quipper/huge_page_deducer.cc:159:26: error: 'unordered_map' in namespace 'std' does not name a template type
159 | using container = std::unordered_map;
| ^~~~~~~~~~~~~
/home/agrant/autofdo/autofdo/third_party/perf_data_converter/src/quipper/huge_page_deducer.cc:13:1: note: 'std::unordered_map' is defined in header ''; did you forget to '#include '?
12 | #include "perf_data_utils.h"
+++ |+#include
```
Something needs to
```
#include
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.