Skip to content

Commit 5380d7c

Browse files
committed
mpool/hugepage: add missing header
Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 38d9b10 commit 5380d7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opal/mca/mpool/hugepage/mpool_hugepage.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Copyright (c) 2004-2005 The Regents of the University of California.
1212
* All rights reserved.
1313
* Copyright (c) 2006 Voltaire. All rights reserved.
14-
* Copyright (c) 2011-2015 Los Alamos National Security, LLC. All rights
14+
* Copyright (c) 2011-2018 Los Alamos National Security, LLC. All rights
1515
* reserved.
1616
*
1717
* $COPYRIGHT$
@@ -29,6 +29,7 @@
2929
#include "opal_config.h"
3030
#include "opal/class/opal_list.h"
3131
#include "opal/class/opal_free_list.h"
32+
#include "opal/class/opal_rb_tree.h"
3233
#include "opal/mca/event/event.h"
3334
#include "opal/mca/mpool/mpool.h"
3435
#include "opal/util/proc.h"

0 commit comments

Comments
 (0)