diff options
author | jtimon <jtimon@monetize.io> | 2014-08-23 05:09:47 +0200 |
---|---|---|
committer | jtimon <jtimon@blockstream.io> | 2014-09-02 02:27:03 +0200 |
commit | 53efb09e4ceaa0ccb4e6271387f5013fe5e1ec75 (patch) | |
tree | e1059984eca192916527bfb1627594291228e1e1 /src/script.cpp | |
parent | 8d5e5102f6f80c037b6bbc2985b778fd40c80d1c (diff) |
Discover some missing includes
Diffstat (limited to 'src/script.cpp')
-rw-r--r-- | src/script.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script.cpp b/src/script.cpp index 28c50a1358..21883bd41a 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -22,6 +22,8 @@ #include <boost/tuple/tuple_comparison.hpp> #include <boost/tuple/tuple.hpp> +#include <boost/foreach.hpp> + using namespace std; using namespace boost; |