[llvm] r342420 - Add #include <cassert>
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 17 15:04:56 PDT 2018
Author: zturner
Date: Mon Sep 17 15:04:56 2018
New Revision: 342420
URL: http://llvm.org/viewvc/llvm-project?rev=342420&view=rev
Log:
Add #include <cassert>
This should fix the broken builds on some bots.
Modified:
llvm/trunk/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
Modified: llvm/trunk/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h?rev=342420&r1=342419&r2=342420&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h Mon Sep 17 15:04:56 2018
@@ -10,6 +10,7 @@
#ifndef LLVM_DEBUGINFO_PDB_IPDBENUMCHILDREN_H
#define LLVM_DEBUGINFO_PDB_IPDBENUMCHILDREN_H
+#include <cassert>
#include <cstdint>
#include <memory>
More information about the llvm-commits
mailing list