This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 093c5e1e0e68cd5f915348d8dbe6b6ba140063f7 Author: David Capello <[email protected]> Date: Thu Mar 3 20:33:53 2016 -0300 Fix base/buffer.h so we include base/ints.h to define uint8_t --- src/base/buffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base/buffer.h b/src/base/buffer.h index 06bac94..16f027b 100644 --- a/src/base/buffer.h +++ b/src/base/buffer.h @@ -1,5 +1,5 @@ // Aseprite Base Library -// Copyright (c) 2015 David Capello +// Copyright (c) 2015, 2016 David Capello // // This file is released under the terms of the MIT license. // Read LICENSE.txt for more information. @@ -8,7 +8,7 @@ #define BASE_BUFFER_H_INCLUDED #pragma once -#include "base/base.h" +#include "base/ints.h" #include <vector> namespace base { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

