From 1d36eb47eb882cb9305a6338019fa2a2b375d7b1 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Sat, 9 Feb 2019 13:55:40 -0800 Subject: Support scoped variables, unblock REPL async op, and REPL error colors (#1721) --- libdeno/api.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libdeno/api.cc') diff --git a/libdeno/api.cc b/libdeno/api.cc index e540c95fc..21ece13a6 100644 --- a/libdeno/api.cc +++ b/libdeno/api.cc @@ -9,6 +9,7 @@ #include "third_party/v8/src/base/logging.h" #include "deno.h" +#include "exceptions.h" #include "internal.h" extern "C" { -- cgit v1.2.3