diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-07 14:42:08 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-07 14:42:08 +0100 |
commit | 569b9b2b5072f9c5b95853c69359478523c53b94 (patch) | |
tree | 6d378f1c3b1ec89cb300e32e65a8427acf9760e7 /src | |
parent | dns_utils: add <functional> for std::function (diff) | |
download | monero-569b9b2b5072f9c5b95853c69359478523c53b94.tar.xz |
updates: add "misc_log_ex.h" for logs
Diffstat (limited to 'src')
-rw-r--r-- | src/common/updates.cpp | 1 |
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" |