Browse Source
Merge pull request #6951 from german77/log
common/logging: Add missing include
pull/15/merge
Mai M
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/common/logging/backend.cpp
|
|
|
@ -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"
|
|
|
|
|