Add missing #includes to use ASSERT() macro

This commit is contained in:
David Capello 2023-11-26 21:44:16 -03:00
parent 7fb4bea265
commit 28a140f736
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@
#include "dio/aseprite_common.h"
#include "base/debug.h"
namespace dio {
uint32_t AsepriteExternalFiles::insert(const uint8_t type,

View File

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