diff options
Diffstat (limited to 'wrappers/boost-python/src/stream.cpp')
-rw-r--r-- | wrappers/boost-python/src/stream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/boost-python/src/stream.cpp b/wrappers/boost-python/src/stream.cpp index 97ea9ae04..f94bd7fd5 100644 --- a/wrappers/boost-python/src/stream.cpp +++ b/wrappers/boost-python/src/stream.cpp @@ -6,7 +6,7 @@ #include <botan/botan.h> using namespace Botan; -#include "common.h" +#include "python_botan.h" class Py_StreamCipher { |