From 7253964aba9ca41a88261557d8cd91df39cd4b88 Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 10 Jun 2008 19:55:45 +0000 Subject: 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) --- include/timers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/timers.h') 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 +#include namespace Botan { -- cgit v1.2.3