This commit is contained in:
Ben Meadors
2022-12-30 10:56:57 -06:00
parent ef1fb877ba
commit 3d3aba584e

View File

@@ -1,6 +1,6 @@
#include "SimpleAllocator.h"
#include "assert.h"
#include "configuration.h"
#include "SimpleAllocator.h"
SimpleAllocator::SimpleAllocator() { reset(); }