From: John McCall Date: Mon, 17 Aug 2009 21:07:37 +0000 (+0000) Subject: #include in the code listing for strtod. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=46c81814127e69e33ce60a461fbb02d6cd4657ac;p=oota-llvm.git #include 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 018d0be7603..30215608a8c 100644 --- a/docs/tutorial/LangImpl2.html +++ b/docs/tutorial/LangImpl2.html @@ -815,6 +815,7 @@ course.) To build this, just compile with:

 #include <cstdio>
+#include <cstdlib>
 #include <string>
 #include <map>
 #include <vector>