]> granicus.if.org Git - llvm/commitdiff
Speculative build fix for llvm-pdbdump on Linux after Michael's #include removals
authorHans Wennborg <hans@hanshq.net>
Wed, 13 Dec 2017 22:12:58 +0000 (22:12 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 13 Dec 2017 22:12:58 +0000 (22:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320646 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/PDB/PDBTypes.h

index 6d144a5b890954e4d29809871736504a24fe0084..a6c6da37d1ccce3ec59e2b7cbfa639c9cd0de01b 100644 (file)
@@ -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>