Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
LocNgu committed Jul 14, 2020
1 parent 9be64de commit 6c7a07e
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 6c7a07e

Please sign in to comment.