diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-29 21:31:59 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-30 15:53:23 -0500 |
commit | 06c0e291182f20f207e4c914ae78d3f9ec16e074 (patch) | |
tree | 4bb41b0b0efead893d07e113d0b05ee23b738091 /libdeno/exceptions.cc | |
parent | 13582ff3f2478f2e2cafa3042fc6aa96ae5049c5 (diff) |
Fix cpplint
Diffstat (limited to 'libdeno/exceptions.cc')
-rw-r--r-- | libdeno/exceptions.cc | 3 |
1 files changed, 3 insertions, 0 deletions
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 <string> namespace deno { |