summaryrefslogtreecommitdiff
path: root/hrtimer.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-05-05 18:29:44 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-05-05 18:29:44 +0000
commit7ae0bd42ae6dc01e6516d7be946faa8b9947c923 (patch)
tree815b3a4082fcff80f39864538fd1baa08e44f28a /hrtimer.cpp
parent6a8dddea4e0a89e44d15a2a28a5398bb67cafdda (diff)
downloadcryptopp-7ae0bd42ae6dc01e6516d7be946faa8b9947c923.tar.gz
fix compile on Turbo C++ 2006
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@365 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'hrtimer.cpp')
-rw-r--r--hrtimer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/hrtimer.cpp b/hrtimer.cpp
index 71c5492..906ec4a 100644
--- a/hrtimer.cpp
+++ b/hrtimer.cpp
@@ -4,6 +4,7 @@
#include "hrtimer.h"
#include "misc.h"
#include <stddef.h> // for NULL
+#include <time.h>
#if defined(CRYPTOPP_WIN32_AVAILABLE)
#include <windows.h>