mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 13:21:34 +00:00
Add missing #includes to use ASSERT() macro
This commit is contained in:
parent
7fb4bea265
commit
28a140f736
@ -11,6 +11,8 @@
|
||||
|
||||
#include "dio/aseprite_common.h"
|
||||
|
||||
#include "base/debug.h"
|
||||
|
||||
namespace dio {
|
||||
|
||||
uint32_t AsepriteExternalFiles::insert(const uint8_t type,
|
||||
|
@ -10,6 +10,8 @@
|
||||
|
||||
#include "doc/user_data.h"
|
||||
|
||||
#include "base/debug.h"
|
||||
|
||||
namespace doc {
|
||||
|
||||
size_t count_nonempty_properties_maps(const UserData::PropertiesMaps& propertiesMaps)
|
||||
|
Loading…
x
Reference in New Issue
Block a user