From e4eaa3ff47412f4b91d0dec75dabaf48f12438b5 Mon Sep 17 00:00:00 2001 From: Aditya Chopra Date: Wed, 1 Apr 2026 18:12:20 -0400 Subject: [PATCH] (s26/p3): Update makefile to include index_scan_plan header file --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fdec31a0a..d07ed7ade 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -322,6 +322,7 @@ add_custom_target(submit-p2 ) set(P3_FILES + "src/include/execution/plans/index_scan_plan.h" "src/include/execution/executors/aggregation_executor.h" "src/include/execution/executors/delete_executor.h" "src/include/execution/executors/filter_executor.h"