Skip to content

Build fails, perf_data_converter missing C++ header #198

Open

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<key_t, value_t>;
      |                          ^~~~~~~~~~~~~
/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 '<unordered_map>'; did you forget to '#include <unordered_map>'?
   12 | #include "perf_data_utils.h"
  +++ |+#include <unordered_map>

Something needs to

#include <unordered_map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions