Skip to content

Commit

Permalink
remove include from namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sgachoud committed Apr 18, 2023
1 parent 8785c03 commit 9c443ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/util/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,12 @@ class DEFAULT {};
LOGGER(CATEGORY)().get(::logging::LEVEL, #CATEGORY)
#endif
#if defined(WIN32)
} // namespace logging

#include <array>
#include <windows.h>

namespace logging {
inline std::string now_time() {
const int MAX_LEN = 200;
char buffer[MAX_LEN];
Expand Down

0 comments on commit 9c443ee

Please sign in to comment.