diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-12-18 20:56:21 +0100 |
---|---|---|
committer | Pieter Wuille <pieterw@google.com> | 2012-12-18 21:39:29 +0100 |
commit | 0fb9073edd49a39a64d7c7dbf6e6100a7259c0e1 (patch) | |
tree | 31fa4ca99619503b79e454b5ab258bea3ab3b50a /bitcoin-qt.pro | |
parent | 6940626d08e313c5e1cd99c63aeca9da45d5b7a4 (diff) |
Split off hash.h from util.h
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 \ |