Skip to content

Commit c26df5e

Browse files
style: clang-tidy auto fixes (#2651)
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
1 parent 9fb26d7 commit c26df5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration/util/CassandraDBHelper.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@
2020
#include "util/CassandraDBHelper.hpp"
2121

2222
#include "data/cassandra/Handle.hpp"
23+
#include "data/cassandra/Types.hpp"
2324
#include "data/cassandra/impl/Result.hpp"
2425

2526
#include <fmt/format.h>
2627

28+
#include <cstdint>
29+
#include <string>
30+
2731
data::cassandra::ResultOrError
2832
writeTxFromCSVString(std::string const& space, std::string const& record, data::cassandra::Handle const& handler)
2933
{

0 commit comments

Comments
 (0)