Skip to content

Commit f0d9e37

Browse files
Include index_scan_plan.h in P3 build (#876)
(s26/p3): Update makefile to include index_scan_plan header file Co-authored-by: Aditya Chopra <adeecc11@gmail.com>
1 parent c26d28c commit f0d9e37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ add_custom_target(submit-p2
322322
)
323323

324324
set(P3_FILES
325+
"src/include/execution/plans/index_scan_plan.h"
325326
"src/include/execution/executors/aggregation_executor.h"
326327
"src/include/execution/executors/delete_executor.h"
327328
"src/include/execution/executors/filter_executor.h"

0 commit comments

Comments
 (0)