From 7b06b747153b9f82397919fa976502121502c044 Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 3 Mar 2016 19:21:53 -0300 Subject: [PATCH] Include base/log.h on files that use LOG() macro --- src/cfg/cfg.cpp | 3 ++- src/pen/pen_win.h | 1 + src/steam/steam.cpp | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/cfg/cfg.cpp b/src/cfg/cfg.cpp index 51c4987c7..02df66357 100644 --- a/src/cfg/cfg.cpp +++ b/src/cfg/cfg.cpp @@ -1,5 +1,5 @@ // Aseprite Config Library -// Copyright (c) 2014, 2015 David Capello +// Copyright (c) 2014-2016 David Capello // // This file is released under the terms of the MIT license. // Read LICENSE.txt for more information. @@ -11,6 +11,7 @@ #include "cfg/cfg.h" #include "base/file_handle.h" +#include "base/log.h" #include "base/string.h" #include diff --git a/src/pen/pen_win.h b/src/pen/pen_win.h index 4097167a7..753cb7bed 100644 --- a/src/pen/pen_win.h +++ b/src/pen/pen_win.h @@ -7,6 +7,7 @@ #include "base/debug.h" #include "base/dll.h" #include "base/fs.h" +#include "base/log.h" #include "base/path.h" #include "base/string.h" diff --git a/src/steam/steam.cpp b/src/steam/steam.cpp index f8493738e..9a8ed1160 100644 --- a/src/steam/steam.cpp +++ b/src/steam/steam.cpp @@ -12,6 +12,7 @@ #include "base/dll.h" #include "base/fs.h" +#include "base/log.h" #include "base/path.h" #include "base/string.h"