mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05: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
2 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue