summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_typedef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_typedef.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_typedef.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/ast/ast_typedef.cpp b/TAO/TAO_IDL/ast/ast_typedef.cpp
index 760bf9b55c7..38fc2080164 100644
--- a/TAO/TAO_IDL/ast/ast_typedef.cpp
+++ b/TAO/TAO_IDL/ast/ast_typedef.cpp
@@ -74,6 +74,9 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "ace/Log_Msg.h"
+// FUZZ: disable check_for_streams_include
+#include "ace/streams.h"
+
AST_Decl::NodeType const
AST_Typedef::NT = AST_Decl::NT_typedef;
@@ -153,7 +156,7 @@ AST_Typedef::owns_base_type (bool val)
// Dump this AST_Typedef node to the ostream o.
void
-AST_Typedef::dump (ACE_OSTREAM_TYPE&o)
+AST_Typedef::dump (ACE_OSTREAM_TYPE &o)
{
this->dump_i (o, "typedef ");
o << *ref_type_;