base/24bits.h needs uint8_t definition

This commit is contained in:
David Capello 2016-03-03 22:43:10 -03:00
parent 0a5e108ce1
commit 51f58fda5f

View File

@ -1,5 +1,5 @@
// Aseprite Base 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.
@ -9,6 +9,7 @@
#pragma once
#include "base/config.h"
#include "base/ints.h"
namespace base {