Skip to content

Commit 2b84a56

Browse files
committed
Improved test includes [skip ci]
1 parent 04aa403 commit 2b84a56

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/pqxx_test.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <array>
12
#include <cstddef>
23
#include <limits>
34
#include <optional>
@@ -7,7 +8,10 @@
78
#include <unordered_map>
89
#include <vector>
910

11+
#include <pgvector/halfvec.hpp>
1012
#include <pgvector/pqxx.hpp>
13+
#include <pgvector/sparsevec.hpp>
14+
#include <pgvector/vector.hpp>
1115
#include <pqxx/pqxx>
1216

1317
#include "helper.hpp"

0 commit comments

Comments
 (0)