diff options
Diffstat (limited to 'src/core.h')
-rw-r--r-- | src/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.h b/src/core.h index cde8d8b3fe..0df75670fd 100644 --- a/src/core.h +++ b/src/core.h @@ -6,7 +6,7 @@ #ifndef BITCOIN_CORE_H #define BITCOIN_CORE_H -#include "script.h" +#include "scriptutils.h" #include "serialize.h" #include "uint256.h" |