aboutsummaryrefslogtreecommitdiff
path: root/src/common/updates.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-08-07 14:42:08 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-08-07 14:42:08 +0100
commit569b9b2b5072f9c5b95853c69359478523c53b94 (patch)
tree6d378f1c3b1ec89cb300e32e65a8427acf9760e7 /src/common/updates.cpp
parentdns_utils: add <functional> for std::function (diff)
downloadmonero-569b9b2b5072f9c5b95853c69359478523c53b94.tar.xz
updates: add "misc_log_ex.h" for logs
Diffstat (limited to 'src/common/updates.cpp')
-rw-r--r--src/common/updates.cpp1
1 files changed, 1 insertions, 0 deletions
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"