summaryrefslogtreecommitdiff
path: root/ace/FIFO.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/FIFO.cpp')
-rw-r--r--ace/FIFO.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/FIFO.cpp b/ace/FIFO.cpp
index 50bae5e33a5..3a24e81d6e8 100644
--- a/ace/FIFO.cpp
+++ b/ace/FIFO.cpp
@@ -2,12 +2,16 @@
// $Id$
#include "ace/FIFO.h"
-#include "ace/Log_Msg.h"
#if !defined (__ACE_INLINE__)
#include "ace/FIFO.i"
#endif /* __ACE_INLINE__ */
+#include "ace/Log_Msg.h"
+#include "ace/OS_NS_string.h"
+#include "ace/OS_NS_errno.h"
+#include "ace/OS_NS_sys_stat.h"
+
ACE_RCSID(ace, FIFO, "$Id$")
ACE_ALLOC_HOOK_DEFINE(ACE_FIFO)