diff options
Diffstat (limited to 'checks/check.cpp')
-rw-r--r-- | checks/check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/check.cpp b/checks/check.cpp index f31c9d204..d76e91f0b 100644 --- a/checks/check.cpp +++ b/checks/check.cpp @@ -14,7 +14,7 @@ #include <botan/botan.h> #include <botan/mp_types.h> -using namespace Botan_types; +using namespace Botan; #include "getopt.h" |