summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_19_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-05-17 09:26:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-05-17 09:26:59 +0000
commita63534a36fab020cf0c65c00d24b1603f54d436b (patch)
treefe2fda77132bb2f9fca36eeb723ad3a2b4228c62 /ACE/tests/Compiler_Features_19_Test.cpp
parentf2068ebcc843fc406b6c0a6ef16be8c50467f491 (diff)
downloadATCD-a63534a36fab020cf0c65c00d24b1603f54d436b.tar.gz
Fri May 17 09:26:22 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Compiler_Features_19_Test.cpp: Added missing include
Diffstat (limited to 'ACE/tests/Compiler_Features_19_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_19_Test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/tests/Compiler_Features_19_Test.cpp b/ACE/tests/Compiler_Features_19_Test.cpp
index df494a97604..365aa4c4f66 100644
--- a/ACE/tests/Compiler_Features_19_Test.cpp
+++ b/ACE/tests/Compiler_Features_19_Test.cpp
@@ -11,6 +11,7 @@
#include <string>
#include <iostream>
+#include <cstdint>
namespace IDL
{