Moved include [skip ci]

This commit is contained in:
Andrew Kane
2024-04-25 19:42:56 -07:00
parent 3cbffb0e45
commit a172b7cafd

View File

@@ -3,13 +3,13 @@
#include "postgres.h"
#include "halfvec.h" /* for USE_DISPATCH and USE_TARGET_CLONES */
/* Check version in first header */
#if PG_VERSION_NUM < 120000
#error "Requires PostgreSQL 12+"
#endif
#include "halfvec.h" /* for USE_DISPATCH and USE_TARGET_CLONES */
#if defined(USE_DISPATCH)
#define BIT_DISPATCH
#endif