From 1ee3efd91d518d92da1b3b7dd2102e55984db8d4 Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 3 Mar 2016 23:25:49 -0300 Subject: [PATCH] doc/image_buffer.h needs uint8_t definition --- src/doc/image_buffer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doc/image_buffer.h b/src/doc/image_buffer.h index 32296b802..62910fbf8 100644 --- a/src/doc/image_buffer.h +++ b/src/doc/image_buffer.h @@ -1,5 +1,5 @@ // Aseprite Document Library -// Copyright (c) 2001-2015 David Capello +// Copyright (c) 2001-2016 David Capello // // This file is released under the terms of the MIT license. // Read LICENSE.txt for more information. @@ -8,6 +8,7 @@ #define DOC_IMAGE_BUFFER_H_INCLUDED #pragma once +#include "base/ints.h" #include "base/shared_ptr.h" #include