aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/testContractionState.cxx1
-rw-r--r--test/unit/testPartitioning.cxx1
-rw-r--r--test/unit/testSplitVector.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/testContractionState.cxx b/test/unit/testContractionState.cxx
index b7d220be5..0ce9b831b 100644
--- a/test/unit/testContractionState.cxx
+++ b/test/unit/testContractionState.cxx
@@ -2,6 +2,7 @@
#include <string.h>
+#include <stdexcept>
#include <algorithm>
#include "Platform.h"
diff --git a/test/unit/testPartitioning.cxx b/test/unit/testPartitioning.cxx
index f86dcf4db..add5ee5a8 100644
--- a/test/unit/testPartitioning.cxx
+++ b/test/unit/testPartitioning.cxx
@@ -2,6 +2,7 @@
#include <string.h>
+#include <stdexcept>
#include <algorithm>
#include "Platform.h"
diff --git a/test/unit/testSplitVector.cxx b/test/unit/testSplitVector.cxx
index 8465a0fa7..0b4205609 100644
--- a/test/unit/testSplitVector.cxx
+++ b/test/unit/testSplitVector.cxx
@@ -2,6 +2,7 @@
#include <string.h>
+#include <stdexcept>
#include <algorithm>
#include "Platform.h"