From 3d3aba584efb991edbd62bfe5e435a35e281d02f Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 30 Dec 2022 10:56:57 -0600 Subject: [PATCH] Include --- src/platform/esp32/SimpleAllocator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platform/esp32/SimpleAllocator.cpp b/src/platform/esp32/SimpleAllocator.cpp index 9e2a0c7d2..0fb6677d2 100644 --- a/src/platform/esp32/SimpleAllocator.cpp +++ b/src/platform/esp32/SimpleAllocator.cpp @@ -1,6 +1,6 @@ -#include "SimpleAllocator.h" #include "assert.h" - +#include "configuration.h" +#include "SimpleAllocator.h" SimpleAllocator::SimpleAllocator() { reset(); }