diff options
author | thegeorg <[email protected]> | 2025-03-28 20:36:43 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2025-03-28 21:19:50 +0300 |
commit | 8f11033537faaf5676d4020924751229174a5486 (patch) | |
tree | 37d11293859d458ce0c23a42cd73d1b24910d58a /library/cpp/logger/backend_creator.cpp | |
parent | ff483c4fe28bea538a31d03227a615768ec7ced6 (diff) |
Fix circular #include between util/stream/output.h and util/stream/debug.h
commit_hash:4c198f344c22ca2387327f8ed6f9bed70d33f7e1
Diffstat (limited to 'library/cpp/logger/backend_creator.cpp')
-rw-r--r-- | library/cpp/logger/backend_creator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/backend_creator.cpp b/library/cpp/logger/backend_creator.cpp index ea430edb83a..f239fa57e28 100644 --- a/library/cpp/logger/backend_creator.cpp +++ b/library/cpp/logger/backend_creator.cpp @@ -2,7 +2,7 @@ #include "stream.h" #include "uninitialized_creator.h" #include <util/system/yassert.h> -#include <util/stream/debug.h> +#include <util/stream/output.h> #include <util/stream/output.h> |