Add missing include to expandedheap.h

This commit is contained in:
James Benton 2017-03-23 12:17:10 +00:00
parent bb7d180e40
commit 5405bca57e

View File

@ -1,5 +1,6 @@
#pragma once #pragma once
#include <wut.h> #include <wut.h>
#include "memheap.h"
/** /**
* \defgroup coreinit_expheap Expanded Heap * \defgroup coreinit_expheap Expanded Heap