Skip to content

Commit b75b664

Browse files
Merge branch 'develop' into updatelibxrpl
2 parents d222396 + c26df5e commit b75b664

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)