Add missing #includes

This commit is contained in:
David Capello 2020-08-03 17:19:23 -03:00
parent d97565e4e0
commit cd21d33fe7
2 changed files with 3 additions and 2 deletions

2
laf

@ -1 +1 @@
Subproject commit 1f266c766b0afb6834c7fbefd919c20ce1723ccc
Subproject commit c550d2058adcb15a05fd98d35fdd37b7361231d3

View File

@ -1,5 +1,5 @@
// Aseprite Document Library
// Copyright (c) 2019 Igara Studio S.A.
// Copyright (c) 2019-2020 Igara Studio S.A.
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
@ -9,6 +9,7 @@
#include "config.h"
#endif
#include "base/debug.h"
#include "doc/algo.h"
#include "doc/algorithm/polygon.h"