Skip to content

Commit b5d3c14

Browse files
committed
Added includes [skip ci]
1 parent b3efe23 commit b5d3c14

File tree

12 files changed

+23
-1
lines changed

12 files changed

+23
-1
lines changed

examples/citus/example.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
#include <cstdint>
12
#include <iostream>
23
#include <random>
3-
#include <cstdint>
4+
#include <vector>
45

56
#include <pgvector/pqxx.hpp>
67
#include <pqxx/pqxx>

examples/cohere/example.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include <bitset>
22
#include <cstdint>
33
#include <iostream>
4+
#include <string>
5+
#include <vector>
46

57
#include <cpr/cpr.h>
68
#include <nlohmann/json.hpp>

examples/disco/example.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <sstream>
66
#include <string>
77
#include <unordered_map>
8+
#include <utility>
89

910
#include <disco.hpp>
1011
#include <pgvector/pqxx.hpp>

examples/hybrid/example.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
#include <cstdint>
55
#include <iostream>
6+
#include <string>
7+
#include <vector>
68

79
#include <cpr/cpr.h>
810
#include <nlohmann/json.hpp>

examples/loading/example.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <iostream>
22
#include <random>
3+
#include <vector>
34

45
#include <pgvector/pqxx.hpp>
56
#include <pqxx/pqxx>

examples/openai/example.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#include <iostream>
2+
#include <string>
3+
#include <vector>
24

35
#include <cpr/cpr.h>
46
#include <nlohmann/json.hpp>

examples/rdkit/example.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#include <iostream>
2+
#include <memory>
3+
#include <string>
4+
#include <vector>
5+
16
#include <DataStructs/ExplicitBitVect.h>
27
#include <GraphMol/SmilesParse/SmilesParse.h>
38
#include <GraphMol/Fingerprints/MorganFingerprints.h>

examples/sparse/example.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
#include <cstdint>
99
#include <iostream>
10+
#include <string>
11+
#include <vector>
1012

1113
#include <cpr/cpr.h>
1214
#include <nlohmann/json.hpp>

include/pgvector/halfvec.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#pragma once
88

99
#include <ostream>
10+
#include <utility>
1011
#include <vector>
1112

1213
#if __cplusplus >= 202002L

include/pgvector/pqxx.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include "vector.hpp"
1212
#include <pqxx/pqxx>
1313
#include <sstream>
14+
#include <string>
15+
#include <vector>
1416

1517
/// @cond
1618

0 commit comments

Comments
 (0)