diff options
Diffstat (limited to 'src/qt/paymentrequestplus.h')
-rw-r--r-- | src/qt/paymentrequestplus.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qt/paymentrequestplus.h b/src/qt/paymentrequestplus.h index e1388f2b5d..b1b60cf582 100644 --- a/src/qt/paymentrequestplus.h +++ b/src/qt/paymentrequestplus.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) 2011-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. @@ -10,7 +10,8 @@ #include <qt/paymentrequest.pb.h> #pragma GCC diagnostic pop -#include <base58.h> +#include <amount.h> +#include <script/script.h> #include <openssl/x509.h> |