From 60eed31e747913d7004b75d015ac3f966be8d9fe Mon Sep 17 00:00:00 2001 From: DuckDB Labs GitHub Bot Date: Wed, 29 Jul 2026 21:15:19 +0000 Subject: [PATCH] Update vendored DuckDB sources to af1b4a9bd2 --- src/duckdb/src/include/duckdb/common/enums/row_id_handling.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckdb/src/include/duckdb/common/enums/row_id_handling.hpp b/src/duckdb/src/include/duckdb/common/enums/row_id_handling.hpp index 5877517e0..64b11f138 100644 --- a/src/duckdb/src/include/duckdb/common/enums/row_id_handling.hpp +++ b/src/duckdb/src/include/duckdb/common/enums/row_id_handling.hpp @@ -9,7 +9,7 @@ #pragma once #include "duckdb/common/constants.hpp" -#include "duckdb/common/windows_undefs.hpp" // test2 +#include "duckdb/common/windows_undefs.hpp" // test3 namespace duckdb {