Skip to content

Commit

Permalink
Fix hash.h dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoManiac committed Jul 12, 2014
1 parent b5f6f88 commit c63b895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zerocoin/Zerocoin.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class ZerocoinException : public std::runtime_error

#include "../serialize.h"
#include "../bignum.h"
#include "../util.h"
#include "../hash.h"
#include "Params.h"
#include "Coin.h"
#include "Commitment.h"
Expand Down

0 comments on commit c63b895

Please sign in to comment.