mirror of https://github.com/citusdata/citus.git
Add missing include for columnar_version_compat.h in columnar_customscan.c
parent
361557a976
commit
9034028316
|
@ -13,6 +13,7 @@
|
|||
#include <math.h>
|
||||
|
||||
#include "postgres.h"
|
||||
#include "columnar/columnar_version_compat.h"
|
||||
|
||||
#include "miscadmin.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue