[aseprite] 21/196: Include base/log.h on files that use LOG() macro
Tobias Hansen
thansen at moszumanska.debian.org
Wed Apr 20 18:49:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository aseprite.
commit 7b06b747153b9f82397919fa976502121502c044
Author: David Capello <davidcapello at gmail.com>
Date: Thu Mar 3 19:21:53 2016 -0300
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 51c4987..02df663 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 <stdlib.h>
diff --git a/src/pen/pen_win.h b/src/pen/pen_win.h
index 4097167..753cb7b 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 f849373..9a8ed11 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"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git
More information about the Pkg-games-commits
mailing list