Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8570114

Browse files
committed
Make include files work without having to include other ones first
1 parent28ac797 commit8570114

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
#ifndefHIO_H
1515
#defineHIO_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
#defineJSON_H
1616

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

1920
externDatumjson_in(PG_FUNCTION_ARGS);
2021
externDatumjson_out(PG_FUNCTION_ARGS);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp