Skip to content

Commit 0fa8e8e

Browse files
committed
[ci]: Fix sdk71 build (include fmax function to aqo.h)
1 parent 21d3520 commit 0fa8e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/aqo/aqo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
*/
109109
#ifndef __ML_CARD_H__
110110
#define __ML_CARD_H__
111-
111+
#include <math.h>
112112
#include "postgres.h"
113113

114114
#include "fmgr.h"

0 commit comments

Comments
 (0)