diff options
Diffstat (limited to 'src/dev/x86/intdev.hh')
-rw-r--r-- | src/dev/x86/intdev.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/intdev.hh b/src/dev/x86/intdev.hh index c2c8057b9..8f5f8707e 100644 --- a/src/dev/x86/intdev.hh +++ b/src/dev/x86/intdev.hh @@ -31,7 +31,7 @@ #ifndef __DEV_X86_INTDEV_HH__ #define __DEV_X86_INTDEV_HH__ -#include <assert.h> +#include <cassert> #include <string> #include "arch/x86/x86_traits.hh" |