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)
release-v0.4.0.1
Riccardo Spagni 7 years ago
commit 9fc78023e2
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -29,6 +29,7 @@
#include <vector>
#include <string>
#include <functional>
namespace tools
{

@ -26,6 +26,7 @@
// 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.
#include "misc_log_ex.h"
#include "util.h"
#include "dns_utils.h"
#include "updates.h"

Loading…
Cancel
Save