Skip to content

Commit

Permalink
Merge pull request #702 from vinser52/fix_umf_includes
Browse files Browse the repository at this point in the history
[UMF]: Add missing include to umf/memory_pool_ops.h
  • Loading branch information
igchor committed Jul 10, 2023
2 parents 460713e + 90e8de4 commit db40d34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#define UMF_MEMORY_POOL_OPS_H 1

#include <umf/base.h>
#include <umf/memory_provider.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit db40d34

Please sign in to comment.