From 46c81814127e69e33ce60a461fbb02d6cd4657ac Mon Sep 17 00:00:00 2001
From: John McCall
Date: Mon, 17 Aug 2009 21:07:37 +0000
Subject: [PATCH] #include in the code listing for strtod.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79285 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/tutorial/LangImpl2.html | 1 +
1 file changed, 1 insertion(+)
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>