aboutsummaryrefslogtreecommitdiff
path: root/math/munkres-cpp/files/patch-tests_adapters_std__2d__arraytest.cpp
blob: bdbac7f54854af2d0cb02417be30d63b427f300c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tests/adapters/std_2d_arraytest.cpp.orig	2021-09-09 05:59:29 UTC
+++ tests/adapters/std_2d_arraytest.cpp
@@ -3,7 +3,7 @@
 #include <iostream>
 #include <iomanip>
 
-
+#include <array>
 
 class Adapters_std_2d_array_Test : public ::testing::Test
 {