aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-11 13:35:03 +0000
committerlloyd <[email protected]>2008-06-11 13:35:03 +0000
commit0f1559b06cb7600c55672d41beeb71083d2cc879 (patch)
tree6c61592c9b39bc5afe2778206b6c7b1cfdc38067 /src/engine.cpp
parentf83988fcd5d8a2d6752d5a0b0c4133207737c1c1 (diff)
Add includes to ensure decls for global functions are visible at call points
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index 071ab2833..d2cc66138 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -5,6 +5,8 @@
#include <botan/engine.h>
#include <botan/libstate.h>
+#include <botan/lookup.h>
+#include <botan/look_add.h>
#include <botan/eng_def.h>
namespace Botan {