From 46a9bbc905481d35cc96e62dc9197fe0691a8f79 Mon Sep 17 00:00:00 2001 From: Yuchen Liang Date: Wed, 8 Jan 2025 01:24:23 -0500 Subject: [PATCH] add back macro.h dependencies Signed-off-by: Yuchen Liang --- src/include/common/macros.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/common/macros.h b/src/include/common/macros.h index 6383a014f..3db3ba665 100644 --- a/src/include/common/macros.h +++ b/src/include/common/macros.h @@ -13,6 +13,8 @@ #pragma once #include +#include +#include namespace bustub {