Skip to content

Commit 454036b

Browse files
authored
Merge pull request #2399 from jwillemsen/jwi-truncinclue
[ace6tao2] Add missing include of Truncate.h
2 parents 4a0ab14 + 49d902d commit 454036b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ACE/Kokyu/Default_Dispatcher_Impl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "Default_Dispatcher_Impl.h"
22
#include "ace/Sched_Params.h"
3+
#include "ace/Truncate.h"
34

45
#if ! defined (__ACE_INLINE__)
56
#include "Default_Dispatcher_Impl.inl"

ACE/ace/Message_Queue_NT.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "ace/Message_Queue.h"
22
#include "ace/Message_Queue_NT.h"
33
#include "ace/Log_Category.h"
4+
#include "ace/Truncate.h"
45

56
#if !defined (__ACE_INLINE__)
67
#include "ace/Message_Queue_NT.inl"

0 commit comments

Comments
 (0)