Skip to content

Commit

Permalink
adding missing ostream include, fixing macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzburger committed Jul 5, 2024
1 parent 47e534e commit 56be2a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/src/Utilities/BinningType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "Acts/Utilities/BinningType.hpp"

#include <algorithm>
#include <ostream>
#include <stdexcept>

namespace Acts {
Expand Down

0 comments on commit 56be2a9

Please sign in to comment.