From d9cb093989263b7e57a43d9ef18d88da7a77a784 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 6 Jul 2018 15:00:45 -0400 Subject: Run tools/format.sh --- src/deno.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/deno.h') diff --git a/src/deno.h b/src/deno.h index cd9ade42f..605a76456 100644 --- a/src/deno.h +++ b/src/deno.h @@ -2,6 +2,7 @@ // All rights reserved. MIT License. #ifndef DENO_H_ #define DENO_H_ +#include // Neither Rust nor Go support calling directly into C++ functions, therefore // the public interface to libdeno is done in C. #ifdef __cplusplus -- cgit v1.2.3