Skip to content

Commit

Permalink
Merge pull request #27 from score-p/issue-26
Browse files Browse the repository at this point in the history
add missing include
  • Loading branch information
dhinf authored Mar 11, 2021
2 parents 9be64de + 6c7a07e commit cd4e452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/main_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <cassert>
#include <map>
#include <unordered_map>
#include <cstdint>

enum class MetricDataType : uint8_t {
UINT64, // OTF2_TYPE_UINT64
Expand Down

0 comments on commit cd4e452

Please sign in to comment.