diff options
author | Hans Wennborg <hans@hanshq.net> | 2017-12-13 22:12:58 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2017-12-13 22:12:58 +0000 |
commit | 886b2f868d74b77cc146fd81765ad38c52407b8d (patch) | |
tree | 11b277b587dd2dd2662178aad0a88dc695e30382 /llvm | |
parent | 86f0b70f379841a1cc87f84438cf8f41215a7b75 (diff) | |
download | bcm5719-llvm-886b2f868d74b77cc146fd81765ad38c52407b8d.tar.gz bcm5719-llvm-886b2f868d74b77cc146fd81765ad38c52407b8d.zip |
Speculative build fix for llvm-pdbdump on Linux after Michael's #include removals
llvm-svn: 320646
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/DebugInfo/PDB/PDBTypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/DebugInfo/PDB/PDBTypes.h b/llvm/include/llvm/DebugInfo/PDB/PDBTypes.h index 6d144a5b890..a6c6da37d1c 100644 --- a/llvm/include/llvm/DebugInfo/PDB/PDBTypes.h +++ b/llvm/include/llvm/DebugInfo/PDB/PDBTypes.h @@ -13,6 +13,7 @@ #include "llvm/DebugInfo/CodeView/CodeView.h" #include "llvm/DebugInfo/PDB/IPDBEnumChildren.h" #include "llvm/DebugInfo/PDB/Native/RawTypes.h" +#include <cctype> #include <cstddef> #include <cstdint> #include <cstring> |