Add missing #include to use LOG() when HAVE_CONFIG_H isn't defined

This commit is contained in:
David Capello 2024-11-25 15:40:47 -03:00
parent 45c2a59504
commit bf430fc3b9

View File

@ -13,6 +13,7 @@
#include "ui/widget.h"
#include "base/log.h"
#include "base/memory.h"
#include "base/string.h"
#include "base/utf8_decode.h"