diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-07-03 20:53:56 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-07-03 22:29:26 +0200 |
| commit | 8fe2308b34c444f74fed453133e0ada34ed9dd23 (patch) | |
| tree | f000bc9b16af06041099729c69c24b80dd81326c /src/init.cpp | |
| parent | move another setPlaceHolderText to 4.7+ only code (diff) | |
| download | discoin-8fe2308b34c444f74fed453133e0ada34ed9dd23.tar.xz discoin-8fe2308b34c444f74fed453133e0ada34ed9dd23.zip | |
windows build fixes
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index e4605a2b4..cac921e2b 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -3,7 +3,7 @@ // file license.txt or http://www.opensource.org/licenses/mit-license.php. #include "headers.h" #include "db.h" -#include "rpc.h" +#include "bitcoinrpc.h" #include "net.h" #include "init.h" #include "strlcpy.h" |