[llvm] r320646 - Speculative build fix for llvm-pdbdump on Linux after Michael's #include removals
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 14:12:58 PST 2017
Author: hans
Date: Wed Dec 13 14:12:58 2017
New Revision: 320646
URL: http://llvm.org/viewvc/llvm-project?rev=320646&view=rev
Log:
Speculative build fix for llvm-pdbdump on Linux after Michael's #include removals
Modified:
llvm/trunk/include/llvm/DebugInfo/PDB/PDBTypes.h
Modified: llvm/trunk/include/llvm/DebugInfo/PDB/PDBTypes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/PDB/PDBTypes.h?rev=320646&r1=320645&r2=320646&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/PDB/PDBTypes.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/PDB/PDBTypes.h Wed Dec 13 14:12:58 2017
@@ -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>
More information about the llvm-commits
mailing list