mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-13 09:39:44 +00:00
Include base/log.h on files that use LOG() macro
This commit is contained in:
parent
8c9d9eb84c
commit
7b06b74715
@ -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>
|
||||
|
@ -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"
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
|
||||
#include "base/dll.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/log.h"
|
||||
#include "base/path.h"
|
||||
#include "base/string.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user