summaryrefslogtreecommitdiff
path: root/DAnCE
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-06-02 19:49:44 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-06-02 19:49:44 +0000
commitcf6270332c1924fd480e43fcd88afd3d13ee80ec (patch)
tree34a49b5b83ffa6c8d53da041b9c9143e589a093a /DAnCE
parentf2eb20a28672fe14d4250dace61d12650f17e6ce (diff)
downloadATCD-cf6270332c1924fd480e43fcd88afd3d13ee80ec.tar.gz
Thu Jun 2 19:49:24 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
* dance/Plan_Launcher/Plan_Launcher.cpp: compile fix.
Diffstat (limited to 'DAnCE')
-rw-r--r--DAnCE/ChangeLog6
-rw-r--r--DAnCE/dance/Plan_Launcher/Plan_Launcher.cpp3
2 files changed, 9 insertions, 0 deletions
diff --git a/DAnCE/ChangeLog b/DAnCE/ChangeLog
index 73f9d0cf1bc..1fc5e4b404d 100644
--- a/DAnCE/ChangeLog
+++ b/DAnCE/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jun 2 19:49:24 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * dance/Plan_Launcher/Plan_Launcher.cpp:
+
+ compile fix.
+
Wed Jun 1 11:14:10 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
* dance/Plan_Launcher/Plan_Launcher.cpp:
diff --git a/DAnCE/dance/Plan_Launcher/Plan_Launcher.cpp b/DAnCE/dance/Plan_Launcher/Plan_Launcher.cpp
index ee98c888ea3..460a43c62ce 100644
--- a/DAnCE/dance/Plan_Launcher/Plan_Launcher.cpp
+++ b/DAnCE/dance/Plan_Launcher/Plan_Launcher.cpp
@@ -1,5 +1,8 @@
// $Id$
+#include "ace/OS_NS_sys_time.h"
+#include "ace/OS_NS_unistd.h"
+#include "ace/OS_NS_stdlib.h"
#include "ace/Dynamic_Service.h"
#include "ace/Env_Value_T.h"
#include "ace/Get_Opt.h"