diff options
Diffstat (limited to 'include/Support/Annotation.h')
-rw-r--r-- | include/Support/Annotation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/Annotation.h b/include/Support/Annotation.h index d0eca3d4dc..f4b7c28202 100644 --- a/include/Support/Annotation.h +++ b/include/Support/Annotation.h @@ -16,7 +16,7 @@ #define SUPPORT_ANNOTATION_H #include <string> -#include <assert.h> +#include <cassert> class AnnotationID; class Annotation; |