summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-07-03 23:40:50 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-07-03 23:40:50 +0000
commite4bf5a6040122dd6d892a2d9692c8f2345965d23 (patch)
treedd3c80424fce180667d9cb01e9d58453277979c8
parent45ec6b0ad680323a53ba52db54c2e58e9bc8b03f (diff)
downloadATCD-e4bf5a6040122dd6d892a2d9692c8f2345965d23.tar.gz
ChangeLogTag: Fri Jul 3 23:40:25 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--modules/TAO/ChangeLog7
-rw-r--r--modules/TAO/TAO_IDL/fe/idl.ll1
-rw-r--r--modules/TAO/TAO_IDL/fe/lex.yy.cpp1
3 files changed, 9 insertions, 0 deletions
diff --git a/modules/TAO/ChangeLog b/modules/TAO/ChangeLog
index 59e9472a418..d39ad4e5c89 100644
--- a/modules/TAO/ChangeLog
+++ b/modules/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Fri Jul 3 23:40:25 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/fe/idl.ll:
+ * TAO_IDL/fe/lex.yy.cpp:
+
+ Added missing include.
+
Fri Jul 3 23:26:45 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/ast/ast_template_interface.cpp:
diff --git a/modules/TAO/TAO_IDL/fe/idl.ll b/modules/TAO/TAO_IDL/fe/idl.ll
index 3620aad6000..761c816ba5f 100644
--- a/modules/TAO/TAO_IDL/fe/idl.ll
+++ b/modules/TAO/TAO_IDL/fe/idl.ll
@@ -84,6 +84,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "fe_event_header.h"
#include "fe_component_header.h"
#include "fe_home_header.h"
+#include "fe_template_interface_header.h"
#include "global_extern.h"
#include "fe_private.h"
#include "fe_extern.h"
diff --git a/modules/TAO/TAO_IDL/fe/lex.yy.cpp b/modules/TAO/TAO_IDL/fe/lex.yy.cpp
index ccb6a74bf1b..a62fb6c7dd1 100644
--- a/modules/TAO/TAO_IDL/fe/lex.yy.cpp
+++ b/modules/TAO/TAO_IDL/fe/lex.yy.cpp
@@ -1008,6 +1008,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "fe_event_header.h"
#include "fe_component_header.h"
#include "fe_home_header.h"
+#include "fe_template_interface_header.h"
#include "global_extern.h"
#include "fe_private.h"
#include "fe_extern.h"