#include <cstdlib> in the code listing for strtod.
authorJohn McCall <rjmccall@apple.com>
Mon, 17 Aug 2009 21:07:37 +0000 (21:07 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 17 Aug 2009 21:07:37 +0000 (21:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79285 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl2.html

index 018d0be76032fcac56a4e1cfd7a84d0d13f6faa2..30215608a8ce53a109dec728c8dac10a178c7094 100644 (file)
@@ -815,6 +815,7 @@ course.)  To build this, just compile with:</p>
 <div class="doc_code">
 <pre>
 #include &lt;cstdio&gt;
+#include &lt;cstdlib&gt;
 #include &lt;string&gt;
 #include &lt;map&gt;
 #include &lt;vector&gt;