summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
Diffstat (limited to 'ace')
-rw-r--r--ace/Configuration.h4
-rw-r--r--ace/High_Res_Timer.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/ace/Configuration.h b/ace/Configuration.h
index 476e85d05cf..ff21d7d8657 100644
--- a/ace/Configuration.h
+++ b/ace/Configuration.h
@@ -33,7 +33,9 @@
#include "ace/SStringfwd.h"
#include "ace/Hash_Map_With_Allocator_T.h"
-#include "ace/Malloc.h"
+#include "ace/Malloc_T.h"
+#include "ace/MMAP_Memory_Pool.h"
+#include "ace/Local_Memory_Pool.h"
#include "ace/Synch_Traits.h"
diff --git a/ace/High_Res_Timer.h b/ace/High_Res_Timer.h
index 6312e0538b2..194143b097b 100644
--- a/ace/High_Res_Timer.h
+++ b/ace/High_Res_Timer.h
@@ -9,7 +9,7 @@
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//==========================================================================
-2
+
#ifndef ACE_HIGH_RES_TIMER_H
#define ACE_HIGH_RES_TIMER_H
#include /**/ "ace/pre.h"