diff options
Diffstat (limited to 'TAO/TAO_IDL/fe/fe_extern.cpp')
-rw-r--r-- | TAO/TAO_IDL/fe/fe_extern.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/fe/fe_extern.cpp b/TAO/TAO_IDL/fe/fe_extern.cpp index 440d81cdc3c..224e102ae43 100644 --- a/TAO/TAO_IDL/fe/fe_extern.cpp +++ b/TAO/TAO_IDL/fe/fe_extern.cpp @@ -75,7 +75,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc. #include "ast_root.h" -#include "ace/UUID.h" +#include "ace/OS_NS_stdio.h" extern int tao_yyparse (void); |