diff options
Diffstat (limited to 'llvm/lib/Support/FoldingSet.cpp')
-rw-r--r-- | llvm/lib/Support/FoldingSet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/FoldingSet.cpp b/llvm/lib/Support/FoldingSet.cpp index 791ca5c8f23..bcab5b3ec43 100644 --- a/llvm/lib/Support/FoldingSet.cpp +++ b/llvm/lib/Support/FoldingSet.cpp @@ -16,7 +16,7 @@ #include "llvm/ADT/FoldingSet.h" #include "llvm/Support/MathExtras.h" -#include <assert.h> +#include <cassert> using namespace llvm; //===----------------------------------------------------------------------===// |