Skip to content

Commit 68232ba

Browse files
committed
opal/minmax: add missing header dependency
Signed-off-by: Nathan Hjelm <hjelmn@google.com>
1 parent c153220 commit 68232ba

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)