diff options
Diffstat (limited to 'src/selftest/selftest.cpp')
-rw-r--r-- | src/selftest/selftest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selftest/selftest.cpp b/src/selftest/selftest.cpp index d5b184f8f..3ed3653b3 100644 --- a/src/selftest/selftest.cpp +++ b/src/selftest/selftest.cpp @@ -8,7 +8,7 @@ #include <botan/selftest.h> #include <botan/filters.h> #include <botan/def_eng.h> -#include <botan/stl_util.h> +#include <botan/internal/stl_util.h> namespace Botan { |