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/test.cc | |
parent | 13582ff3f2478f2e2cafa3042fc6aa96ae5049c5 (diff) |
Fix cpplint
Diffstat (limited to 'libdeno/test.cc')
-rw-r--r-- | libdeno/test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdeno/test.cc b/libdeno/test.cc index 4901ba672..a8fcbc63b 100644 --- a/libdeno/test.cc +++ b/libdeno/test.cc @@ -1,5 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. #include "test.h" +#include <string> #include "file_util.h" deno_buf snapshot = {nullptr, 0, nullptr, 0}; |