summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-09-26 19:17:50 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-09-26 19:17:50 +0200
commitab1d28b5dd3665cd21c9cef12e055df2fe8918ec (patch)
tree0748a69813adf7bc79b507aed4843d9e89393671 /ACE
parentad7a6707a41f88f8fdf043cfc44f8674698880f0 (diff)
downloadATCD-ab1d28b5dd3665cd21c9cef12e055df2fe8918ec.tar.gz
Add missing include
* ACE/ace/Parse_Node.cpp:
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ace/Parse_Node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/ace/Parse_Node.cpp b/ACE/ace/Parse_Node.cpp
index 1456f742560..b9df5072458 100644
--- a/ACE/ace/Parse_Node.cpp
+++ b/ACE/ace/Parse_Node.cpp
@@ -10,6 +10,7 @@
#include "ace/ACE.h"
#include "ace/OS_NS_string.h"
#include "ace/ARGV.h"
+#include "ace/Auto_Ptr.h"
#include <list>