diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-08-15 13:33:46 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-08-15 13:35:27 +0200 |
| commit | 1030fa718c59c29d3208af13e853457b7ac59d2e (patch) | |
| tree | f2ba7f33f972be99ef8198e3e9676131b8f2dc8f /src/qt/optionsmodel.cpp | |
| parent | Merge #7946: Reduce cs_main locks during ConnectTip/SyncWithWallets (diff) | |
| parent | net: fixup nits (diff) | |
| download | discoin-1030fa718c59c29d3208af13e853457b7ac59d2e.tar.xz discoin-1030fa718c59c29d3208af13e853457b7ac59d2e.zip | |
Merge #8128: Net: Turn net structures into dumb storage classes
9e9d644 net: fixup nits (Cory Fields)
8945384 net: Have LookupNumeric return a CService directly (Cory Fields)
21ba407 net: narrow include scope after moving to netaddress (Cory Fields)
21e5b96 net: move CNetAddr/CService/CSubNet out of netbase (Cory Fields)
1017b8a net: Add direct tests for new CSubNet constructors (Cory Fields)
b6c3ff3 net: Split resolving out of CSubNet (Cory Fields)
f96c7c4 net: Split resolving out of CService (Cory Fields)
31d6b1d net: Split resolving out of CNetAddr (Cory Fields)
Diffstat (limited to 'src/qt/optionsmodel.cpp')
| -rw-r--r-- | src/qt/optionsmodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index 684db71a8..d33ab6827 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -15,6 +15,7 @@ #include "init.h" #include "main.h" // For DEFAULT_SCRIPTCHECK_THREADS #include "net.h" +#include "netbase.h" #include "txdb.h" // for -dbcache defaults #ifdef ENABLE_WALLET |