diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h index 088ec0b87..da320d83f 100644 --- a/src/debug.h +++ b/src/debug.h @@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <iostream> #include <exception> -#include <assert.h> +#include <cassert> #include "gettime.h" #include "log.h" |