diff options
Diffstat (limited to 'apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp')
-rw-r--r-- | apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp b/apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp index 9ab51f8ad5e..0b818020e2c 100644 --- a/apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp +++ b/apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp @@ -7,7 +7,7 @@ // (under the name 'logger') using the 'putit' command. #include "ace/Service_Config.h" -#include "ace/Log_Msg.h" + #include "Notifier_Handler.h" #include "Input_Handler.h" |