summaryrefslogtreecommitdiff
path: root/ACE/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-23 14:06:51 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-08-23 14:06:51 +0200
commit8a06519b861bf014582d33f0e282cebfafff302a (patch)
tree2b4497b30567d65479237af42ca14c21994c882e /ACE/tests
parentd50e46200d578cae0e9ade85b9c44685ab3266ae (diff)
downloadATCD-8a06519b861bf014582d33f0e282cebfafff302a.tar.gz
Add missing include
* ACE/tests/Compiler_Features_40_Test.cpp:
Diffstat (limited to 'ACE/tests')
-rw-r--r--ACE/tests/Compiler_Features_40_Test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/tests/Compiler_Features_40_Test.cpp b/ACE/tests/Compiler_Features_40_Test.cpp
index 38103accd8a..00cf8183fb6 100644
--- a/ACE/tests/Compiler_Features_40_Test.cpp
+++ b/ACE/tests/Compiler_Features_40_Test.cpp
@@ -6,6 +6,7 @@
#include "test_config.h"
#include <vector>
#include <string>
+#include <stdexcept>
class TTestClass;