From 821039e20c574c55970d561fe575a7f49ef81e0f Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Fri, 29 Aug 2025 14:33:10 -0700 Subject: [PATCH] Add tensor accessor and to umbrella includes --- extension/tensor/tensor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/extension/tensor/tensor.h b/extension/tensor/tensor.h index 80a41018a20..467fbb1c160 100644 --- a/extension/tensor/tensor.h +++ b/extension/tensor/tensor.h @@ -9,5 +9,6 @@ #pragma once // Umbrella header for the Tensor extension. +#include #include #include