Skip to content

Commit d390771

Browse files
hjelmnawlauria
authored andcommitted
opal/minmax: add missing header dependency
Signed-off-by: Nathan Hjelm <hjelmn@google.com> (cherry picked from commit 68232ba)
1 parent ff3df16 commit d390771

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opal/util/minmax.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#ifndef OPAL_MINMAX_H
1717
#define OPAL_MINMAX_H
1818

19+
#include "opal_stdint.h"
20+
1921
#define OPAL_DEFINE_MINMAX(type, suffix) \
2022
static inline const type opal_min_##suffix(const type a, const type b) \
2123
{ \

0 commit comments

Comments
 (0)