summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_28_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-12-23 10:18:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-12-23 10:18:52 +0000
commit993abb58a6909719d01791cb05f744e9a77970bc (patch)
tree1e1c2e9234f637b010be26d4e880d0ab2e645062 /ACE/tests/Compiler_Features_28_Test.cpp
parent0dea0e27fa8e012dc80ac18d993566b5d6fab574 (diff)
downloadATCD-993abb58a6909719d01791cb05f744e9a77970bc.tar.gz
Mon Dec 23 10:19:42 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Compiler_Features_23_Test.cpp: * tests/Compiler_Features_28_Test.cpp: Added missing include of cstdint
Diffstat (limited to 'ACE/tests/Compiler_Features_28_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_28_Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/tests/Compiler_Features_28_Test.cpp b/ACE/tests/Compiler_Features_28_Test.cpp
index c82402e69a9..8c0a3d7ef31 100644
--- a/ACE/tests/Compiler_Features_28_Test.cpp
+++ b/ACE/tests/Compiler_Features_28_Test.cpp
@@ -9,6 +9,8 @@
#if defined (ACE_HAS_CPP11)
+#include <cstdint>
+
enum class OPERATIONS
{
ADD_OBJECT_POLICY,