diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-10 04:55:31 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-10 04:55:31 +0200 |
commit | 3062039ffe5563cab1f80b2d7da2d9c7e468c462 (patch) | |
tree | c431436f2fdfe49ad1e535bea1fda1fd1acb50b5 /deno2/snapshot_creator.cc | |
parent | aa857984b04511e62296b6d3ad9a451f81d71f71 (diff) |
First pass at libdeno.
Diffstat (limited to 'deno2/snapshot_creator.cc')
-rw-r--r-- | deno2/snapshot_creator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deno2/snapshot_creator.cc b/deno2/snapshot_creator.cc index 9ecfff11c..f1bbfb0ed 100644 --- a/deno2/snapshot_creator.cc +++ b/deno2/snapshot_creator.cc @@ -9,7 +9,7 @@ #include "v8/include/v8.h" -#include "./deno.h" +#include "include/deno.h" class StartupDataCppWriter { public: |