From cd21d33fe7fbe4190ffdd809416d57bec24c68c9 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 3 Aug 2020 17:19:23 -0300 Subject: [PATCH] Add missing #includes --- laf | 2 +- src/doc/algorithm/polygon.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/laf b/laf index 1f266c766..c550d2058 160000 --- a/laf +++ b/laf @@ -1 +1 @@ -Subproject commit 1f266c766b0afb6834c7fbefd919c20ce1723ccc +Subproject commit c550d2058adcb15a05fd98d35fdd37b7361231d3 diff --git a/src/doc/algorithm/polygon.cpp b/src/doc/algorithm/polygon.cpp index 4c23ec408..33f90041b 100644 --- a/src/doc/algorithm/polygon.cpp +++ b/src/doc/algorithm/polygon.cpp @@ -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"