Add missing #include to use ASSERT()

This commit is contained in:
David Capello 2016-11-18 12:26:43 -03:00
parent 02b9a953ef
commit 31de049a68

View File

@ -8,6 +8,7 @@
#include "config.h"
#endif
#include "base/debug.h"
#include "she/system.h"
namespace she {