diff options
author | lloyd <[email protected]> | 2008-06-10 19:55:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-10 19:55:45 +0000 |
commit | 7253964aba9ca41a88261557d8cd91df39cd4b88 (patch) | |
tree | 1cd269297c898a8ed126906518f10864cf10d498 /include/timers.h | |
parent | b36db2d74992f2ea80329378c32a6321d6a60b26 (diff) |
Move the declaration of the RandomNumberGenerator base class from base.h
to rng.h (eventually base.h will be split up entirely and go away)
Diffstat (limited to 'include/timers.h')
-rw-r--r-- | include/timers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/timers.h b/include/timers.h index 8bff4134d..253f71f6b 100644 --- a/include/timers.h +++ b/include/timers.h @@ -6,7 +6,7 @@ #ifndef BOTAN_TIMERS_H__ #define BOTAN_TIMERS_H__ -#include <botan/base.h> +#include <botan/rng.h> namespace Botan { |