[aseprite] 31/196: Include base/ints.h in median_filter.h because it's needed for uint8_t
Tobias Hansen
thansen at moszumanska.debian.org
Wed Apr 20 18:49:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository aseprite.
commit 0a5e108ce1993b86646382c01d67b1d85fd55faf
Author: David Capello <davidcapello at gmail.com>
Date: Thu Mar 3 22:30:13 2016 -0300
Include base/ints.h in median_filter.h because it's needed for uint8_t
---
src/filters/median_filter.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/filters/median_filter.h b/src/filters/median_filter.h
index 4304355..a99f270 100644
--- a/src/filters/median_filter.h
+++ b/src/filters/median_filter.h
@@ -1,5 +1,5 @@
// Aseprite
-// Copyright (C) 2001-2015 David Capello
+// Copyright (C) 2001-2016 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -9,6 +9,7 @@
#define FILTERS_MEDIAN_FILTER_PROCESS_H_INCLUDED
#pragma once
+#include "base/ints.h"
#include "filters/filter.h"
#include "filters/tiled_mode.h"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git
More information about the Pkg-games-commits
mailing list