diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-05-17 15:18:24 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-05-17 15:18:24 +0200 |
| commit | be261a9595d7744332583586c625315b95688410 (patch) | |
| tree | a5d9da680844594f65fa71dbdad5d8d6da1bfba5 | |
| parent | f3b614435c0e897efd38a2546cb3b65960c3c250 (diff) | |
| download | wanda-be261a9595d7744332583586c625315b95688410.tar.xz wanda-be261a9595d7744332583586c625315b95688410.zip | |
daemon: add missing header
| -rw-r--r-- | source/app/wandad/src/main.cpp | 1 |
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> |
