aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.h')
-rw-r--r--test/main.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/test/main.h b/test/main.h
index 99049223c..2068713b3 100644
--- a/test/main.h
+++ b/test/main.h
@@ -23,9 +23,6 @@
// License and a copy of the GNU General Public License along with
// Eigen. If not, see <http://www.gnu.org/licenses/>.
-#define min(A,B) please_protect_your_min_with_parentheses
-#define max(A,B) please_protect_your_max_with_parentheses
-
#include <cstdlib>
#include <cerrno>
#include <ctime>
@@ -33,6 +30,15 @@
#include <string>
#include <vector>
#include <typeinfo>
+#include <limits>
+#include <algorithm>
+#include <sstream>
+#include <complex>
+#include <deque>
+#include <queue>
+
+#define min(A,B) please_protect_your_min_with_parentheses
+#define max(A,B) please_protect_your_max_with_parentheses
// the following file is automatically generated by cmake
#include "split_test_helper.h"