Add missing include to script.h
This commit is contained in:
parent
fcedd45c3c
commit
437173f430
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
class CTransaction;
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in a new issue