Skip to content

Commit e1d766c

Browse files
NickCrewsclaude
andcommitted
fix: add missing catalog.hpp include broken by submodule bump
Catalog::GetCatalog/GetSystemCatalog were only available transitively before the DuckDB submodule bump in duckdb#532. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent bd29724 commit e1d766c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pyconnection.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "duckdb_python/pyconnection/pyconnection.hpp"
22

3+
#include "duckdb/catalog/catalog.hpp"
34
#include "duckdb/common/arrow/arrow.hpp"
45
#include "duckdb/common/types.hpp"
56
#include "duckdb/common/types/vector.hpp"

0 commit comments

Comments
 (0)