[aseprite] 16/51: Add needed <vector> in input_chain.h

Tobias Hansen thansen at moszumanska.debian.org
Mon Jul 11 21:35:16 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 bfb65c3d96c4bde93ae85572ae42374828badfad
Author: David Capello <davidcapello at 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



More information about the Pkg-games-commits mailing list