Skip to content

Commit df44e1a

Browse files
committed
Add more explicit system includes (fix build on master)
1 parent 92c7a0e commit df44e1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vops.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "postgres.h"
22

3+
#include <float.h>
4+
#include <math.h>
35
#include "funcapi.h"
46
#include "miscadmin.h"
57

0 commit comments

Comments
 (0)