From c7f07fc2188b9e16e65caa829ce634410857b6d7 Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 20 Sep 2017 10:22:00 -0300 Subject: [PATCH] Update laf to fix problems using LOG(ERROR) --- laf | 2 +- src/cfg/cfg.cpp | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/laf b/laf index 1992817fa..55330fa74 160000 --- a/laf +++ b/laf @@ -1 +1 @@ -Subproject commit 1992817fa854987e85c6071a27a6fc7c9a794391 +Subproject commit 55330fa743fae47d055124c7b8a3c22479959786 diff --git a/src/cfg/cfg.cpp b/src/cfg/cfg.cpp index e8a5588ce..f8cd2aef6 100644 --- a/src/cfg/cfg.cpp +++ b/src/cfg/cfg.cpp @@ -1,5 +1,5 @@ // Aseprite Config Library -// Copyright (c) 2014-2016 David Capello +// Copyright (c) 2014-2017 David Capello // // This file is released under the terms of the MIT license. // Read LICENSE.txt for more information. @@ -11,7 +11,6 @@ #include "cfg/cfg.h" #include "base/file_handle.h" -#include "base/log.h" #include "base/string.h" #include @@ -20,6 +19,8 @@ #include "SimpleIni.h" +#include "base/log.h" + namespace cfg { class CfgFile::CfgFileImpl {