Skip to content
Snippets Groups Projects
Commit 43d013d7 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Add missing <cctype> include, from Joerg Sonnenberger

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123668 91177308-0d34-0410-b5e6-96231b3b80d8
parent 22c41206
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@
#include "llvm/Support/Program.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/system_error.h"
#include <cctype>
using namespace clang;
using namespace clang::driver;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment