aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-10 19:55:45 +0000
committerlloyd <[email protected]>2008-06-10 19:55:45 +0000
commit7253964aba9ca41a88261557d8cd91df39cd4b88 (patch)
tree1cd269297c898a8ed126906518f10864cf10d498 /src
parentb36db2d74992f2ea80329378c32a6321d6a60b26 (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 'src')
-rw-r--r--src/base.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base.cpp b/src/base.cpp
index 3cca7c594..a1fd1ab1a 100644
--- a/src/base.cpp
+++ b/src/base.cpp
@@ -4,6 +4,7 @@
*************************************************/
#include <botan/base.h>
+#include <botan/rng.h>
#include <botan/version.h>
#include <botan/util.h>
#include <botan/config.h>