Skip to content

Commit 90e8de4

Browse files
committed
Add missing include to umf/memory_pool_ops.h
1 parent 460713e commit 90e8de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/common/unified_malloc_framework/include/umf/memory_pool_ops.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#define UMF_MEMORY_POOL_OPS_H 1
1313

1414
#include <umf/base.h>
15+
#include <umf/memory_provider.h>
1516

1617
#ifdef __cplusplus
1718
extern "C" {

0 commit comments

Comments
 (0)