Add needed <vector> in input_chain.h

This commit is contained in:
David Capello 2016-06-28 10:22:56 -03:00
parent 73843ea564
commit bfb65c3d96

View File

@ -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;