diff options
| author | Christian Moritz <chrmoritz@gmail.com> | 2019-09-12 21:07:21 +0200 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-09-15 22:12:12 +0200 |
| commit | 9c282d6a0eea8404653edb5d61adfe429b05ec18 (patch) | |
| tree | d9b179e30c1f6a462fa469166c3fdc48d042ac00 /core/libdeno/exceptions.h | |
| parent | 40a6d830737d51e70e4b4290182452fb7da6e65e (diff) | |
Move GN root into //core/libdeno (#2943)
Diffstat (limited to 'core/libdeno/exceptions.h')
| -rw-r--r-- | core/libdeno/exceptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libdeno/exceptions.h b/core/libdeno/exceptions.h index 2c0947be2..d8852f544 100644 --- a/core/libdeno/exceptions.h +++ b/core/libdeno/exceptions.h @@ -3,7 +3,7 @@ #define EXCEPTIONS_H_ #include <string> -#include "third_party/v8/include/v8.h" +#include "v8/include/v8.h" namespace deno { |
