Merge pull request #2259
569b9b2b
updates: add "misc_log_ex.h" for logs (moneromooo-monero)74628941
dns_utils: add <functional> for std::function (moneromooo-monero)
This commit is contained in:
commit
9fc78023e2
@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <functional>
|
||||||
|
|
||||||
namespace tools
|
namespace tools
|
||||||
{
|
{
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
||||||
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
#include "misc_log_ex.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "dns_utils.h"
|
#include "dns_utils.h"
|
||||||
#include "updates.h"
|
#include "updates.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user