Include base/log.h on files that use LOG() macro

This commit is contained in:
David Capello 2016-03-03 19:21:53 -03:00
parent 8c9d9eb84c
commit 7b06b74715
3 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -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"

View File

@ -12,6 +12,7 @@
#include "base/dll.h"
#include "base/fs.h"
#include "base/log.h"
#include "base/path.h"
#include "base/string.h"