logging/backend: Add missing standard includes
A few inclusions were being satisfied indirectly. To prevent breakages in the future, include these directly.
This commit is contained in:
parent
457d1b4490
commit
7a1a860abe
2 changed files with 3 additions and 4 deletions
|
@ -4,11 +4,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <chrono>
|
||||
#include <cstdarg>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <utility>
|
||||
#include "common/file_util.h"
|
||||
#include "common/logging/filter.h"
|
||||
#include "common/logging/log.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue