doc/image_buffer.h needs uint8_t definition

This commit is contained in:
David Capello 2016-03-03 23:25:49 -03:00
parent 51f58fda5f
commit 1ee3efd91d

View File

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