aboutsummaryrefslogtreecommitdiff
path: root/src/core/idt.cc
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-30 09:31:30 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-30 09:31:30 +0200
commit66f2ca62469eba4b46e1f19f54dde9476b08d956 (patch)
tree0a419a62a6af21c593e9f6b0d632b5953bc58721 /src/core/idt.cc
parent717556178c2017e374ee1108e6b25a24507a1dde (diff)
Debug interrupts, allow to show bmp images
Diffstat (limited to 'src/core/idt.cc')
-rw-r--r--src/core/idt.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/idt.cc b/src/core/idt.cc
index 25264b6..d2b7ccc 100644
--- a/src/core/idt.cc
+++ b/src/core/idt.cc
@@ -1,4 +1,5 @@
#include "idt.hpp"
+#include "boucane.hpp"
#include "core/paging.hpp"
#include "libs/string.hpp"