diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-08-07 16:01:22 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-08-07 16:01:22 +0200 |
| commit | 9fc78023e247038d1f259f49df5d769c25b6a203 (patch) | |
| tree | 6d378f1c3b1ec89cb300e32e65a8427acf9760e7 /src | |
| parent | c63e9633b556c5f3c5b1467bbae8ac376abeb4e9 (diff) | |
| parent | 569b9b2b5072f9c5b95853c69359478523c53b94 (diff) | |
| download | monzero-core-9fc78023e247038d1f259f49df5d769c25b6a203.tar.gz monzero-core-9fc78023e247038d1f259f49df5d769c25b6a203.tar.xz monzero-core-9fc78023e247038d1f259f49df5d769c25b6a203.zip | |
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)
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/dns_utils.h | 1 | ||||
| -rw-r--r-- | src/common/updates.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/dns_utils.h b/src/common/dns_utils.h index 61e1358ca..f19584516 100644 --- a/src/common/dns_utils.h +++ b/src/common/dns_utils.h @@ -29,6 +29,7 @@ #include <vector> #include <string> +#include <functional> namespace tools { diff --git a/src/common/updates.cpp b/src/common/updates.cpp index 5b1acf5fa..8a057b1cf 100644 --- a/src/common/updates.cpp +++ b/src/common/updates.cpp @@ -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" |
