Skip to content

Commit

Permalink
Add one more missing <iostream> that was revealed by the Forcings Eng…
Browse files Browse the repository at this point in the history
…ine PR
  • Loading branch information
PhilMiller committed Jun 26, 2024
1 parent 69a77de commit db9bc20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/bmi/Bmi_Py_Adapter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <exception>
#include <memory>
#include <string>
#include <iostream>

#include "pybind11/pybind11.h"
#include "pybind11/pytypes.h"
Expand Down

0 comments on commit db9bc20

Please sign in to comment.