summaryrefslogtreecommitdiff
path: root/core/libdeno/exceptions.cc
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-11-07 10:45:58 -0500
committerRy Dahl <ry@tinyclouds.org>2019-11-07 17:58:05 -0500
commit508d728b5e27fd0c81669050869cf52c41538a87 (patch)
tree558c6350dd24f91daa238293e76096e85912e16e /core/libdeno/exceptions.cc
parente1d1836854f36c357756f204b4b88ea41e08b251 (diff)
upgrade: V8 8.0.192
Diffstat (limited to 'core/libdeno/exceptions.cc')
-rw-r--r--core/libdeno/exceptions.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/libdeno/exceptions.cc b/core/libdeno/exceptions.cc
index 5f4d578b6..64328e94d 100644
--- a/core/libdeno/exceptions.cc
+++ b/core/libdeno/exceptions.cc
@@ -1,6 +1,7 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
#include "exceptions.h"
#include <string>
+#include "internal.h"
namespace deno {