diff options
author | Neil <nyamatongwe@gmail.com> | 2015-07-04 09:08:03 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-07-04 09:08:03 +1000 |
commit | 2a9a4f7adca821855956169ffd0fbf6b12c2c6c3 (patch) | |
tree | 97bfc07908798a6bbc23c71a994c2f8a1883dcc2 | |
parent | e0f309caf6642b9d98c27544131a2449cc82e1ff (diff) | |
download | scintilla-mirror-2a9a4f7adca821855956169ffd0fbf6b12c2c6c3.tar.gz |
Unit tests need to see std::exception now.
-rw-r--r-- | test/unit/testContractionState.cxx | 1 | ||||
-rw-r--r-- | test/unit/testPartitioning.cxx | 1 | ||||
-rw-r--r-- | test/unit/testSplitVector.cxx | 1 |
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" |