diff options
Diffstat (limited to 'src/lib/utils/ghash/ghash.cpp')
-rw-r--r-- | src/lib/utils/ghash/ghash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/ghash/ghash.cpp b/src/lib/utils/ghash/ghash.cpp index ccb83cc5f..af4f52765 100644 --- a/src/lib/utils/ghash/ghash.cpp +++ b/src/lib/utils/ghash/ghash.cpp @@ -9,7 +9,7 @@ #include <botan/internal/ghash.h> #include <botan/internal/ct_utils.h> #include <botan/internal/loadstor.h> -#include <botan/cpuid.h> +#include <botan/internal/cpuid.h> #include <botan/exceptn.h> namespace Botan { |