From 6f4a5bfa8b72c1da575d023351434840f70afa6a Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 9 Nov 2020 16:28:01 +0100 Subject: Move include of Synch_Traits.h from the Event Handler to the Reactor headers, not needed anymore for the ACE event handler * ACE/ace/Event_Handler.h: * ACE/ace/Reactor.h: * ACE/ace/Reactor_Impl.h: --- ACE/ace/Reactor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ACE/ace/Reactor.h') diff --git a/ACE/ace/Reactor.h b/ACE/ace/Reactor.h index 6d7a9c998f0..4ddc980c21a 100644 --- a/ACE/ace/Reactor.h +++ b/ACE/ace/Reactor.h @@ -30,6 +30,7 @@ // Get ACE_Time_Value in #include "ace/Time_Value.h" +#include "ace/Synch_Traits.h" ACE_BEGIN_VERSIONED_NAMESPACE_DECL -- cgit v1.2.1