1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:37:44 +00:00

Run without SimpleMalloc locally for now.

This commit is contained in:
Andreas Kling 2018-10-10 15:11:43 +02:00
parent 0dac2c2b7f
commit a181a8f6e7
3 changed files with 35 additions and 0 deletions

View file

@ -2,6 +2,7 @@
#include "Assertions.h"
#include "OwnPtr.h"
#include "kmalloc.h"
#include <new>
#include <stdlib.h>
#include <stdio.h>