This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 51f58fda5ff2667a50105583873a2d7c88faaa5a Author: David Capello <[email protected]> Date: Thu Mar 3 22:43:10 2016 -0300 base/24bits.h needs uint8_t definition --- src/base/24bits.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/base/24bits.h b/src/base/24bits.h index bb6fd6b..419ff3a 100644 --- a/src/base/24bits.h +++ b/src/base/24bits.h @@ -1,5 +1,5 @@ // Aseprite Base 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. @@ -9,6 +9,7 @@ #pragma once #include "base/config.h" +#include "base/ints.h" 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

