Skip to content

Commit

Permalink
Merge pull request #700 from dalg24/iostream
Browse files Browse the repository at this point in the history
Include `<iostream>` when we use it
  • Loading branch information
streeve authored Oct 13, 2023
2 parents 86726ca + 6e86a01 commit 6f417c1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <Cabana_Sort.hpp>

#include <cstdio>
#include <iostream>

//---------------------------------------------------------------------------//
// Example of an unmanaged AoSoA.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <mpi.h>

#include <array>
#include <iostream>
#include <vector>

//---------------------------------------------------------------------------//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <mpi.h>

#include <array>
#include <iostream>
#include <vector>

//---------------------------------------------------------------------------//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <mpi.h>

#include <array>
#include <iostream>
#include <vector>

//---------------------------------------------------------------------------//
Expand Down
1 change: 1 addition & 0 deletions grid/src/Cabana_Grid_ReferenceStructuredSolver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <Kokkos_Core.hpp>

#include <array>
#include <iostream>
#include <memory>
#include <numeric>
#include <set>
Expand Down
1 change: 1 addition & 0 deletions grid/unit_test/tstLocalMesh2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#include <array>
#include <cmath>
#include <iostream>
#include <vector>

using namespace Cabana::Grid;
Expand Down

0 comments on commit 6f417c1

Please sign in to comment.