Include base/ints.h from convolution_matrix_filter.h

This commit is contained in:
David Capello 2016-03-03 21:22:17 -03:00
parent 093c5e1e0e
commit 368f64d5dc

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,7 @@
#include <vector>
#include "base/ints.h"
#include "base/shared_ptr.h"
#include "filters/filter.h"
#include "filters/tiled_mode.h"