aboutsummaryrefslogtreecommitdiff
path: root/src/ipc
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2023-03-15 20:07:19 +0100
committerTheCharlatan <seb.kung@gmail.com>2023-03-23 12:54:27 +0100
commit106b46d9d25b5228ef009fbbe6f9a7ae35090d15 (patch)
treee244020b6f0dc31cbd070ecfee02fe6c3522f827 /src/ipc
parentb202b3dd6393b415fa68e18dc49c9431dc6b58b2 (diff)
Add missing fs.h includes
The inclusion of this header should not depend on the inclusion of other headers that include fs.h themselves.
Diffstat (limited to 'src/ipc')
-rw-r--r--src/ipc/process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipc/process.h b/src/ipc/process.h
index 4bb2930d9c..0b3b5e203f 100644
--- a/src/ipc/process.h
+++ b/src/ipc/process.h
@@ -5,6 +5,8 @@
#ifndef BITCOIN_IPC_PROCESS_H
#define BITCOIN_IPC_PROCESS_H
+#include <fs.h>
+
#include <memory>
#include <string>