summaryrefslogtreecommitdiff
path: root/hrtimer.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-04-21 08:39:59 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-04-21 08:39:59 +0000
commitb9736cd78f478f52d6cb0e8c2a6ea025ea5fd633 (patch)
treed22b38c5d12d75a5b683c196560f4205b1bf6d65 /hrtimer.cpp
parent20fb596cd394ada0d2375d3f50a0187a9b2a9504 (diff)
downloadcryptopp-b9736cd78f478f52d6cb0e8c2a6ea025ea5fd633.tar.gz
add missing #include
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@162 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 7da494f..904bc52 100644
--- a/hrtimer.cpp
+++ b/hrtimer.cpp
@@ -11,6 +11,7 @@
#include <windows.h>
#elif defined(CRYPTOPP_UNIX_AVAILABLE)
#include <sys/time.h>
+#include <sys/times.h>
#include <unistd.h>
#endif