mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
base/24bits.h needs uint8_t definition
This commit is contained in:
parent
0a5e108ce1
commit
51f58fda5f
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user