mirror of https://github.com/aseprite/aseprite.git
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 "dio/aseprite_common.h"
|
||||||
|
|
||||||
|
#include "base/debug.h"
|
||||||
|
|
||||||
namespace dio {
|
namespace dio {
|
||||||
|
|
||||||
uint32_t AsepriteExternalFiles::insert(const uint8_t type,
|
uint32_t AsepriteExternalFiles::insert(const uint8_t type,
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
#include "doc/user_data.h"
|
#include "doc/user_data.h"
|
||||||
|
|
||||||
|
#include "base/debug.h"
|
||||||
|
|
||||||
namespace doc {
|
namespace doc {
|
||||||
|
|
||||||
size_t count_nonempty_properties_maps(const UserData::PropertiesMaps& propertiesMaps)
|
size_t count_nonempty_properties_maps(const UserData::PropertiesMaps& propertiesMaps)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue