Update builtin.h

This commit is contained in:
sam-astro 2022-01-06 07:29:30 -05:00 committed by GitHub
parent 1702ae73b0
commit b99cb9ba82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@
#include "anyops.h"
using namespace std;
using namespace boost;
vector<string> types = { "int", "float", "string", "bool", "void", "null" };