Skip to content

Commit

Permalink
Include missing <ostream>
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheney-W authored Feb 11, 2020
1 parent 7a4b529 commit 023c93e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/histogram.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <cassert>
#include <iterator>
#include <numeric>
#include <ostream>

namespace prometheus {

Expand Down

0 comments on commit 023c93e

Please sign in to comment.