Skip to content

Commit 106b46d

Browse files
committed
Add missing fs.h includes
The inclusion of this header should not depend on the inclusion of other headers that include fs.h themselves.
1 parent b202b3d commit 106b46d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/ipc/process.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#ifndef BITCOIN_IPC_PROCESS_H
66
#define BITCOIN_IPC_PROCESS_H
77

8+
#include <fs.h>
9+
810
#include <memory>
911
#include <string>
1012

src/node/chainstate.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <tinyformat.h>
1717
#include <txdb.h>
1818
#include <uint256.h>
19+
#include <fs.h>
1920
#include <util/time.h>
2021
#include <util/translation.h>
2122
#include <validation.h>

0 commit comments

Comments
 (0)