aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-07-08 13:59:56 +0000
committerlloyd <[email protected]>2008-07-08 13:59:56 +0000
commitdffec1d413d684533e57d0997044642ea1990e33 (patch)
tree4ab63434d2d1170044351b80d1da9fad48bac7f6
parentbb155ee58e940a295119b1b01d76c2229c2141f1 (diff)
Missing include of timers.h, error if no timer modules used
-rw-r--r--src/rng.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rng.cpp b/src/rng.cpp
index 74b5b4280..55c1c6032 100644
--- a/src/rng.cpp
+++ b/src/rng.cpp
@@ -8,6 +8,7 @@
#include <botan/x931_rng.h>
#include <botan/util.h>
#include <botan/parsing.h>
+#include <botan/timers.h>
#if defined(BOTAN_EXT_TIMER_HARDWARE)
#include <botan/tm_hard.h>