We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b94093 commit 2fce154Copy full SHA for 2fce154
include/pgvector/pqxx.hpp
@@ -6,11 +6,12 @@
6
7
#pragma once
8
9
-#include <pqxx/pqxx>
10
#include <sstream>
11
#include <string>
12
#include <vector>
13
+#include <pqxx/pqxx>
14
+
15
#include "halfvec.hpp"
16
#include "sparsevec.hpp"
17
#include "vector.hpp"
test/pqxx_test.cpp
@@ -1,9 +1,10 @@
1
#include <cassert>
2
#include <optional>
3
4
5
#include "../include/pgvector/pqxx.hpp"
void setup(pqxx::connection &conn) {
0 commit comments