diff options
| author | Jorge Timón <[email protected]> | 2017-06-01 22:22:33 +0200 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2017-06-05 20:02:30 +0200 |
| commit | a5410ac5ece4ef4d52eab07201c5f6c6c4501921 (patch) | |
| tree | 996900e1990d9c06ef3312c90713bdd30b481faa /src/httprpc.cpp | |
| parent | Merge #9740: Add friendly output to dumpwallet (diff) | |
| download | discoin-a5410ac5ece4ef4d52eab07201c5f6c6c4501921.tar.xz discoin-a5410ac5ece4ef4d52eab07201c5f6c6c4501921.zip | |
Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> removal
Diffstat (limited to 'src/httprpc.cpp')
| -rw-r--r-- | src/httprpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httprpc.cpp b/src/httprpc.cpp index 5ab6d8d73..f1eb1c36e 100644 --- a/src/httprpc.cpp +++ b/src/httprpc.cpp @@ -19,7 +19,7 @@ #include "utilstrencodings.h" #include <boost/algorithm/string.hpp> // boost::trim -#include <boost/foreach.hpp> //BOOST_FOREACH +#include <boost/foreach.hpp> /** WWW-Authenticate to present with 401 Unauthorized response */ static const char* WWW_AUTH_HEADER_DATA = "Basic realm=\"jsonrpc\""; |