1
0
Fork 0
forked from eden-emu/eden

Merge pull request #6951 from german77/log

common/logging: Add missing include
This commit is contained in:
Mai M 2021-09-01 20:21:15 -04:00 committed by GitHub
commit 25444041d0
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@
#include "common/fs/fs_paths.h"
#include "common/fs/path_util.h"
#include "common/literals.h"
#include "common/thread.h"
#include "common/logging/backend.h"
#include "common/logging/log.h"