commit | 46c81814127e69e33ce60a461fbb02d6cd4657ac | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Mon Aug 17 21:07:37 2009 +0000 |
committer | John McCall <rjmccall@apple.com> | Mon Aug 17 21:07:37 2009 +0000 |
tree | 3fa5d70a4046202516cfb876fd5542bd8b266fda | |
parent | 4c77dfa20c6cf96ef571a4ab5ff253e9b79a86c2 [diff] |
#include <cstdlib> in the code listing for strtod. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79285 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/tutorial/LangImpl2.html b/docs/tutorial/LangImpl2.html index 018d0be..3021560 100644 --- a/docs/tutorial/LangImpl2.html +++ b/docs/tutorial/LangImpl2.html
@@ -815,6 +815,7 @@ <div class="doc_code"> <pre> #include <cstdio> +#include <cstdlib> #include <string> #include <map> #include <vector>