diff options
author | Alexis211 <alexis211@gmail.com> | 2009-12-22 15:01:07 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-12-22 15:01:07 +0100 |
commit | 98decfffefc49c82f20a0453cef823f7588e7654 (patch) | |
tree | cf0b4c5b0fb491adc66a6f74d51f6a853614932c /Source/Kernel/Core | |
parent | 18454dc8be12827a84c2ebc58aa5d31bb44e1e6a (diff) | |
download | Melon-98decfffefc49c82f20a0453cef823f7588e7654.tar.gz Melon-98decfffefc49c82f20a0453cef823f7588e7654.zip |
Added template class Map<key, value>
Diffstat (limited to 'Source/Kernel/Core')
-rw-r--r-- | Source/Kernel/Core/kmain.wtf.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Kernel/Core/kmain.wtf.cpp b/Source/Kernel/Core/kmain.wtf.cpp index ad11eaf..069bf5f 100644 --- a/Source/Kernel/Core/kmain.wtf.cpp +++ b/Source/Kernel/Core/kmain.wtf.cpp @@ -33,6 +33,8 @@ #include <Core/Log.ns.h> #include <Shell/KernelShell.class.h> +#include <Map.class.h> + #include <Ressources/Graphics/logo.text.cxd> extern u32int end; //Placement address |