This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 1ee3efd91d518d92da1b3b7dd2102e55984db8d4 Author: David Capello <[email protected]> Date: Thu Mar 3 23:25:49 2016 -0300 doc/image_buffer.h needs uint8_t definition --- src/doc/image_buffer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doc/image_buffer.h b/src/doc/image_buffer.h index 32296b8..62910fb 100644 --- a/src/doc/image_buffer.h +++ b/src/doc/image_buffer.h @@ -1,5 +1,5 @@ // Aseprite Document Library -// Copyright (c) 2001-2015 David Capello +// Copyright (c) 2001-2016 David Capello // // This file is released under the terms of the MIT license. // Read LICENSE.txt for more information. @@ -8,6 +8,7 @@ #define DOC_IMAGE_BUFFER_H_INCLUDED #pragma once +#include "base/ints.h" #include "base/shared_ptr.h" #include <vector> -- 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

