mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 17:44:18 -04:00
Cleanup scoped_ptr in src/common/dns_utils.cpp and header include:
* No need for entire new class (Fix #8732). * Fix stdint.h header include in contrib/epee/include/net/http_base.h.
This commit is contained in:
parent
ac02af9286
commit
430b102aef
2 changed files with 11 additions and 34 deletions
|
@ -34,6 +34,7 @@
|
|||
#include <string>
|
||||
#include <utility>
|
||||
#include <list>
|
||||
#include <stdint.h>
|
||||
|
||||
#undef MONERO_DEFAULT_LOG_CATEGORY
|
||||
#define MONERO_DEFAULT_LOG_CATEGORY "net.http"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue