diff options
-rw-r--r-- | docs/CommandLine.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 3140b98ddf..89363f95e5 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -195,7 +195,7 @@ can do.</p> program:</p> <div class="doc_code"><pre> - #include "Support/CommandLine.h" + #include "llvm/Support/CommandLine.h" </pre></div> <p>Additionally, you need to add this as the first line of your main |