diff options
Diffstat (limited to 'wrappers/boost-python/src/hash.cpp')
-rw-r--r-- | wrappers/boost-python/src/hash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/boost-python/src/hash.cpp b/wrappers/boost-python/src/hash.cpp index 69c107c32..6ef198087 100644 --- a/wrappers/boost-python/src/hash.cpp +++ b/wrappers/boost-python/src/hash.cpp @@ -6,7 +6,7 @@ #include <botan/botan.h> using namespace Botan; -#include "common.h" +#include "python_botan.h" class Py_HashFunction : public HashFunction { |