Skip to content

Commit

Permalink
Merge pull request #4253 from hppritcha/topic/patch_mpool_memkind
Browse files Browse the repository at this point in the history
mpool/memkind: add a missing include file
  • Loading branch information
jsquyres authored Sep 25, 2017
2 parents dbe6718 + b80c8f5 commit cb36cf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opal/mca/mpool/memkind/mpool_memkind_component.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
* Copyright (c) 2010-2016 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2014 NVIDIA Corporation. All rights reserved.
* Copyright (c) 2017 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
Expand All @@ -33,6 +35,7 @@
#include <memkind.h>
#include "opal/mca/base/base.h"
#include "opal/mca/allocator/base/base.h"
#include "opal/util/argv.h"
#include "mpool_memkind.h"


Expand Down

0 comments on commit cb36cf9

Please sign in to comment.