diff options
Diffstat (limited to 'library/cpp/messagebus/protobuf/ybusbuf.h')
-rw-r--r-- | library/cpp/messagebus/protobuf/ybusbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/messagebus/protobuf/ybusbuf.h b/library/cpp/messagebus/protobuf/ybusbuf.h index 3a5fe4e2b7..57b4267ea5 100644 --- a/library/cpp/messagebus/protobuf/ybusbuf.h +++ b/library/cpp/messagebus/protobuf/ybusbuf.h @@ -9,7 +9,7 @@ #include <util/generic/vector.h> #include <util/stream/mem.h> -#include <array> +#include <array> namespace NBus { using TBusBufferRecord = ::google::protobuf::Message; |