aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/exception_handling
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src/exception_handling')
-rw-r--r--arch/x86_64/src/exception_handling/assert.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/src/exception_handling/assert.cpp b/arch/x86_64/src/exception_handling/assert.cpp
index b36f52d..b2963de 100644
--- a/arch/x86_64/src/exception_handling/assert.cpp
+++ b/arch/x86_64/src/exception_handling/assert.cpp
@@ -1,5 +1,7 @@
#include "arch/exception_handling/assert.hpp"
+#include "arch/exception_handling/panic.hpp"
+
namespace teachos::arch::exception_handling
{
auto assert(bool condition, char const * message) -> void