aboutsummaryrefslogtreecommitdiff
path: root/source/app
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-05-17 15:18:24 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-05-17 15:18:24 +0200
commitbe261a9595d7744332583586c625315b95688410 (patch)
treea5d9da680844594f65fa71dbdad5d8d6da1bfba5 /source/app
parentf3b614435c0e897efd38a2546cb3b65960c3c250 (diff)
downloadwanda-be261a9595d7744332583586c625315b95688410.tar.xz
wanda-be261a9595d7744332583586c625315b95688410.zip
daemon: add missing header
Diffstat (limited to 'source/app')
-rw-r--r--source/app/wandad/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/app/wandad/src/main.cpp b/source/app/wandad/src/main.cpp
index 8d16a7e..9feac82 100644
--- a/source/app/wandad/src/main.cpp
+++ b/source/app/wandad/src/main.cpp
@@ -15,6 +15,7 @@
#include <csignal>
#include <cstdlib>
+#include <filesystem>
#include <iostream>
#include <set>
#include <string>