diff options
Diffstat (limited to 'include/llvm/Analysis/DSSupport.h')
-rw-r--r-- | include/llvm/Analysis/DSSupport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DSSupport.h b/include/llvm/Analysis/DSSupport.h index 7ba9b0c43c..ae9d52a869 100644 --- a/include/llvm/Analysis/DSSupport.h +++ b/include/llvm/Analysis/DSSupport.h @@ -10,7 +10,7 @@ #include <vector> #include <functional> #include <string> -#include <assert.h> +#include <cassert> #include "Support/HashExtras.h" #include "Support/hash_set" |