From 06c0e291182f20f207e4c914ae78d3f9ec16e074 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 29 Jan 2019 21:31:59 -0500 Subject: Fix cpplint --- libdeno/exceptions.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libdeno/exceptions.cc') diff --git a/libdeno/exceptions.cc b/libdeno/exceptions.cc index 5b1e67b93..081e61060 100644 --- a/libdeno/exceptions.cc +++ b/libdeno/exceptions.cc @@ -1,3 +1,6 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +#include "exceptions.h" +#include namespace deno { -- cgit v1.2.3