Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit eaf0505

Browse files
authored
Include fix which was causing build errors do to differences in (#10)
transitive includes between compilers.
1 parent 560be5e commit eaf0505

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

opencensus/stats/internal/measure_registry_impl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
#define OPENCENSUS_STATS_INTERNAL_MEASURE_REGISTRY_IMPL_H_
1717

1818
#include <cstdint>
19+
#include <string>
1920
#include <unordered_map>
21+
#include <vector>
2022

2123
#include "absl/strings/string_view.h"
2224
#include "absl/synchronization/mutex.h"

0 commit comments

Comments
 (0)