diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-08-15 17:31:26 +0200 |
|---|---|---|
| committer | MeshCollider <[email protected]> | 2017-11-16 08:23:02 +1300 |
| commit | e7b31631c78a8fc021336c7ecda44f6bc4b4b1f1 (patch) | |
| tree | 9a6311c49c6fb23c7dc2f0622b0b3b65cd336374 /src/qt/paymentrequestplus.h | |
| parent | build: Remove -I for everything but project root (diff) | |
| download | discoin-e7b31631c78a8fc021336c7ecda44f6bc4b4b1f1.tar.xz discoin-e7b31631c78a8fc021336c7ecda44f6bc4b4b1f1.zip | |
qt: refactor: Changes to make include paths absolute
This makes all include paths in the GUI absolute.
Many changes are involved as every single source file in
src/qt/ assumes to be able to use relative includes.
Diffstat (limited to 'src/qt/paymentrequestplus.h')
| -rw-r--r-- | src/qt/paymentrequestplus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/paymentrequestplus.h b/src/qt/paymentrequestplus.h index f8a6a5168..e1388f2b5 100644 --- a/src/qt/paymentrequestplus.h +++ b/src/qt/paymentrequestplus.h @@ -7,7 +7,7 @@ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wdeprecated-declarations" -#include <paymentrequest.pb.h> +#include <qt/paymentrequest.pb.h> #pragma GCC diagnostic pop #include <base58.h> |