aboutsummaryrefslogtreecommitdiff
path: root/src/script/solver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/solver.cpp')
-rw-r--r--src/script/solver.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/script/solver.cpp b/src/script/solver.cpp
index 1cd388b061..3dfa9cd6ba 100644
--- a/src/script/solver.cpp
+++ b/src/script/solver.cpp
@@ -3,14 +3,15 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#include <script/solver.h>
#include <pubkey.h>
#include <script/interpreter.h>
#include <script/script.h>
+#include <script/solver.h>
#include <span.h>
-#include <string>
#include <algorithm>
+#include <cassert>
+#include <string>
typedef std::vector<unsigned char> valtype;