diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/DebugInfo/PDB/Raw/HashTable.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Raw/HashTable.cpp b/llvm/lib/DebugInfo/PDB/Raw/HashTable.cpp index 68dbbd08853..b218f3d8f38 100644 --- a/llvm/lib/DebugInfo/PDB/Raw/HashTable.cpp +++ b/llvm/lib/DebugInfo/PDB/Raw/HashTable.cpp @@ -13,6 +13,8 @@ #include "llvm/ADT/SparseBitVector.h" #include "llvm/DebugInfo/PDB/Raw/RawError.h" +#include <assert.h> + using namespace llvm; using namespace llvm::pdb; |

