summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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