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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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"