LibGC: Include CellAllocator.h in HeapVector.h
Next commit adds a user of this which doesn't already have the GC_DECLARE_ALLOCATOR() macro available.
This commit is contained in:
parent
ed86e1d978
commit
8ffac507c6
1 changed files with 3 additions and 2 deletions
|
|
@ -4,10 +4,11 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <LibGC/Cell.h>
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <LibGC/Cell.h>
|
||||
#include <LibGC/CellAllocator.h>
|
||||
|
||||
namespace GC {
|
||||
|
||||
template<typename T>
|
||||
|
|
|
|||
Loading…
Reference in a new issue