diff options
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}; |