aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/compattests.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-08-15 17:31:26 +0200
committerMeshCollider <dobsonsa68@gmail.com>2017-11-16 08:23:02 +1300
commite7b31631c78a8fc021336c7ecda44f6bc4b4b1f1 (patch)
tree9a6311c49c6fb23c7dc2f0622b0b3b65cd336374 /src/qt/test/compattests.cpp
parent0c715214dd2d03b66a366a87bf6d2c576c0176c2 (diff)
downloadbitcoin-e7b31631c78a8fc021336c7ecda44f6bc4b4b1f1.tar.xz
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/test/compattests.cpp')
-rw-r--r--src/qt/test/compattests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/test/compattests.cpp b/src/qt/test/compattests.cpp
index c22e1973a6..7a4388e940 100644
--- a/src/qt/test/compattests.cpp
+++ b/src/qt/test/compattests.cpp
@@ -2,7 +2,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#include <paymentrequestplus.h> // this includes protobuf's port.h which defines its own bswap macos
+#include <qt/paymentrequestplus.h> // this includes protobuf's port.h which defines its own bswap macos
#include <qt/test/compattests.h>