summaryrefslogtreecommitdiffstats
path: root/util/stream/str.cpp
diff options
context:
space:
mode:
authorswarmer <[email protected]>2025-05-29 23:44:34 +0300
committerswarmer <[email protected]>2025-05-30 00:03:15 +0300
commit84ed20e74a904d6aa8d73c36f928d9c4628d040f (patch)
tree546051db6259e9a917bf949f5b12b5ca592ca6d9 /util/stream/str.cpp
parent91e282d70356763593ad2f2ecb508a8bb8f71957 (diff)
adding the required includes, which were previously only available transitively via the JOIN_SRCS macro
commit_hash:9769490daa4d0e88eaf1b4147ccc961be6031d04
Diffstat (limited to 'util/stream/str.cpp')
-rw-r--r--util/stream/str.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/stream/str.cpp b/util/stream/str.cpp
index a0c3b1c75c7..9111e61ed14 100644
--- a/util/stream/str.cpp
+++ b/util/stream/str.cpp
@@ -1,5 +1,7 @@
#include "str.h"
+#include <util/generic/bitops.h>
+
static constexpr size_t MIN_BUFFER_GROW_SIZE = 16;
TStringInput::~TStringInput() = default;