From b99cb9ba82c79026ee174e6d6a897fde08883921 Mon Sep 17 00:00:00 2001 From: sam-astro <77079540+sam-astro@users.noreply.github.com> Date: Thu, 6 Jan 2022 07:29:30 -0500 Subject: [PATCH] Update builtin.h --- Slang/builtin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Slang/builtin.h b/Slang/builtin.h index 0aa95ef..9a4574f 100644 --- a/Slang/builtin.h +++ b/Slang/builtin.h @@ -14,6 +14,7 @@ #include "anyops.h" using namespace std; +using namespace boost; vector types = { "int", "float", "string", "bool", "void", "null" };