diff options
Diffstat (limited to 'src/lib/base/buf_comp.cpp')
-rw-r--r-- | src/lib/base/buf_comp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/base/buf_comp.cpp b/src/lib/base/buf_comp.cpp index e9a33c9d7..30eaaaa12 100644 --- a/src/lib/base/buf_comp.cpp +++ b/src/lib/base/buf_comp.cpp @@ -5,7 +5,7 @@ */ #include <botan/buf_comp.h> -#include <botan/loadstor.h> +#include <botan/internal/loadstor.h> namespace Botan { |