diff options
Diffstat (limited to 'src/include/utils/jsonpath.h')
-rw-r--r-- | src/include/utils/jsonpath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/jsonpath.h b/src/include/utils/jsonpath.h index 0f2b08efe6e..9af9ffd2968 100644 --- a/src/include/utils/jsonpath.h +++ b/src/include/utils/jsonpath.h @@ -15,8 +15,8 @@ #define JSONPATH_H #include "fmgr.h" -#include "utils/jsonb.h" #include "nodes/pg_list.h" +#include "utils/jsonb.h" typedef struct { |