summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2004-12-02 15:06:29 +0000
committermcorino <mcorino@users.noreply.github.com>2004-12-02 15:06:29 +0000
commitae13c3b6d0587754908702b8aec6380c94fb2d46 (patch)
tree08e2fac147b10137b9f0f7df7fdb870c59e087b2
parent600b0bff796604eea569baa85da4c669d44b1df6 (diff)
downloadATCD-ae13c3b6d0587754908702b8aec6380c94fb2d46.tar.gz
ChangeLogTag: Thu Dec 2 15:06:12 UTC 2004 Martin Corino <mcorino@remedy.nl>
-rw-r--r--ChangeLog5
-rw-r--r--ace/Timeprobe_T.cpp1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 542f29bbe16..099da85d5cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 2 15:06:12 UTC 2004 Martin Corino <mcorino@remedy.nl>
+
+ * ace/Timeprobe_T.cpp:
+ Fixed another compile problem (missing include for ACE_OS::memcpy).
+
Thu Dec 2 14:26:12 UTC 2004 Martin Corino <mcorino@remedy.nl>
* ace/Timeprobe_T.cpp:
diff --git a/ace/Timeprobe_T.cpp b/ace/Timeprobe_T.cpp
index 3540537025f..50149fa2984 100644
--- a/ace/Timeprobe_T.cpp
+++ b/ace/Timeprobe_T.cpp
@@ -15,6 +15,7 @@ ACE_RCSID(ace, Timeprobe_T, "$Id$")
#include "ace/Timeprobe.h"
#include "ace/High_Res_Timer.h"
+#include "ace/OS_NS_String.h"
template <class ACE_LOCK, class ALLOCATOR>
ACE_Timeprobe_Ex<ACE_LOCK, ALLOCATOR>::ACE_Timeprobe_Ex (u_long size)