Skip to content

Commit db40d34

Browse files
authored
Merge pull request #702 from vinser52/fix_umf_includes
[UMF]: Add missing include to umf/memory_pool_ops.h
2 parents 460713e + 90e8de4 commit db40d34

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)