From 1702ae73b0d0e38b353e39a002aa3c89268d5059 Mon Sep 17 00:00:00 2001 From: sam-astro <77079540+sam-astro@users.noreply.github.com> Date: Thu, 6 Jan 2022 07:27:08 -0500 Subject: [PATCH] Update builtin.h --- Slang/builtin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slang/builtin.h b/Slang/builtin.h index da283d2..0aa95ef 100644 --- a/Slang/builtin.h +++ b/Slang/builtin.h @@ -7,7 +7,7 @@ #include #include #include -#include +#include #include #include "strops.h" #include "graphics.h"