Skip to content

Commit

Permalink
fixes tests after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Aug 2, 2023
1 parent 051d12f commit 263b1c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/test/gtest/environments.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#include <regex>


#include <gtest/gtest.h>


#ifdef GKO_COMPILING_OMP
#include <omp.h>
#endif
Expand Down
1 change: 1 addition & 0 deletions test/utils/executor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


#include <ginkgo/core/base/executor.hpp>
#include <ginkgo/core/base/stream.hpp>


#include <memory>
Expand Down

0 comments on commit 263b1c2

Please sign in to comment.