diff options
Diffstat (limited to 'src/script/ismine.h')
-rw-r--r-- | src/script/ismine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/ismine.h b/src/script/ismine.h index 1aa5937b34..b54879cc15 100644 --- a/src/script/ismine.h +++ b/src/script/ismine.h @@ -1,12 +1,12 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) 2009-2017 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SCRIPT_ISMINE_H #define BITCOIN_SCRIPT_ISMINE_H -#include "script/standard.h" +#include <script/standard.h> #include <stdint.h> |