From 5d4c01992b758317968dbbe211363fdd77e8aa4f Mon Sep 17 00:00:00 2001 From: DuckLabs GitHub Bot Date: Fri, 31 Jul 2026 20:17:01 +0000 Subject: [PATCH] Update vendored DuckDB sources to 2253530960 --- 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 541bdc410..1d89509b0 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" // test4 +#include "duckdb/common/windows_undefs.hpp" // test5 namespace duckdb {