Skip to content

Commit

Permalink
fix: fixed_string should not expose <iostream>
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Jan 18, 2024
1 parent 40dcc9d commit 81871bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/include/mp-units/bits/external/fixed_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// IWYU pragma: begin_exports
#include <compare>
#include <cstdlib>
#include <iostream>
#include <ostream>
// IWYU pragma: end_exports

#include <cstddef>
Expand Down

0 comments on commit 81871bf

Please sign in to comment.