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