summaryrefslogtreecommitdiff
path: root/deno2/snapshot_creator.cc
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-06-10 13:17:04 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-06-10 13:17:06 +0200
commita6880dad6534ee9e1637c5098698cf32a4f1527e (patch)
treea2550c4d6602068e60634eb5f85bab70625611d0 /deno2/snapshot_creator.cc
parent12cded8af624bf15ce46bd82c6ae576daf0f0aad (diff)
make_snapshot should be private
Now deno.h doesn't export v8.h and is self contained.
Diffstat (limited to 'deno2/snapshot_creator.cc')
-rw-r--r--deno2/snapshot_creator.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/deno2/snapshot_creator.cc b/deno2/snapshot_creator.cc
index f1bbfb0ed..f904e6679 100644
--- a/deno2/snapshot_creator.cc
+++ b/deno2/snapshot_creator.cc
@@ -10,6 +10,7 @@
#include "v8/include/v8.h"
#include "include/deno.h"
+#include "./deno_internal.h"
class StartupDataCppWriter {
public: