From 01f441590b51fb44457f1f9e525470fcc76224f3 Mon Sep 17 00:00:00 2001 From: Steven Johnson Date: Tue, 3 Dec 2024 10:21:16 -0800 Subject: [PATCH] Update Substitute.h --- src/Substitute.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Substitute.h b/src/Substitute.h index 55e7ac1cf0fa..e514fda40359 100644 --- a/src/Substitute.h +++ b/src/Substitute.h @@ -6,6 +6,7 @@ * Defines methods for substituting out variables in expressions and * statements. */ +#include #include #include "Expr.h"