From b53751fdcfccf8e75644a73f2aae8b6501933110 Mon Sep 17 00:00:00 2001 From: Liangliang He Date: Thu, 8 Mar 2018 10:14:05 +0800 Subject: [PATCH] Fix header includes --- mace/core/preallocated_pooled_allocator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mace/core/preallocated_pooled_allocator.h b/mace/core/preallocated_pooled_allocator.h index ad0c975a..0299d2f4 100644 --- a/mace/core/preallocated_pooled_allocator.h +++ b/mace/core/preallocated_pooled_allocator.h @@ -7,6 +7,7 @@ #include #include "mace/core/allocator.h" +#include "mace/core/buffer.h" namespace mace { -- GitLab