add allocator to globals
This commit is contained in:
@ -13,6 +13,7 @@
|
|||||||
#include "devices/CGA_Stream.h"
|
#include "devices/CGA_Stream.h"
|
||||||
#include "devices/Keyboard.h"
|
#include "devices/Keyboard.h"
|
||||||
#include "devices/PCSPK.h"
|
#include "devices/PCSPK.h"
|
||||||
|
#include "kernel/Allocator.h"
|
||||||
#include "kernel/allocator/BumpAllocator.h"
|
#include "kernel/allocator/BumpAllocator.h"
|
||||||
#include "kernel/allocator/LinkedListAllocator.h"
|
#include "kernel/allocator/LinkedListAllocator.h"
|
||||||
#include "kernel/allocator/TreeAllocator.h"
|
#include "kernel/allocator/TreeAllocator.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user