Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8570114

Browse files
committed
Make include files work without having to include other ones first
1 parent 28ac797 commit 8570114

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/include/access/hio.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#ifndef HIO_H
1515
#define HIO_H
1616

17+
#include "access/heapam.h"
1718
#include "access/htup.h"
1819
#include "utils/relcache.h"
1920
#include "storage/buf.h"

src/include/utils/json.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#define JSON_H
1616

1717
#include "fmgr.h"
18+
#include "lib/stringinfo.h"
1819

1920
extern Datum json_in(PG_FUNCTION_ARGS);
2021
extern Datum json_out(PG_FUNCTION_ARGS);

0 commit comments

Comments
 (0)