mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +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:
@@ -5,6 +5,8 @@
|
||||
#ifndef BITCOIN_IPC_PROCESS_H
|
||||
#define BITCOIN_IPC_PROCESS_H
|
||||
|
||||
#include <fs.h>
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user