mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-04 10:01:54 +02:00
Add missing fs.h includes
The inclusion of this header should not depend on the inclusion of other headers that include fs.h themselves.
This commit is contained in:
parent
b202b3dd63
commit
106b46d9d2
@ -5,6 +5,8 @@
|
||||
#ifndef BITCOIN_IPC_PROCESS_H
|
||||
#define BITCOIN_IPC_PROCESS_H
|
||||
|
||||
#include <fs.h>
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include <tinyformat.h>
|
||||
#include <txdb.h>
|
||||
#include <uint256.h>
|
||||
#include <fs.h>
|
||||
#include <util/time.h>
|
||||
#include <util/translation.h>
|
||||
#include <validation.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user