diff options
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index b10cda2af6..2ca142add6 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -144,6 +144,7 @@ HEADERS += src/qt/bitcoingui.h \ src/compat.h \ src/sync.h \ src/util.h \ + src/hash.h \ src/uint256.h \ src/serialize.h \ src/main.h \ |