This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit bfb65c3d96c4bde93ae85572ae42374828badfad
Author: David Capello <davidcape...@gmail.com>
Date:   Tue Jun 28 10:22:56 2016 -0300

    Add needed <vector> in input_chain.h
---
 src/app/ui/input_chain.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/app/ui/input_chain.h b/src/app/ui/input_chain.h
index b303992..6f62201 100644
--- a/src/app/ui/input_chain.h
+++ b/src/app/ui/input_chain.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
@@ -11,6 +11,8 @@
 
 #include "base/observable.h"
 
+#include <vector>
+
 namespace app {
 
   class Context;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/aseprite.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to