aboutsummaryrefslogtreecommitdiff
path: root/src/util/fs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/fs.cpp')
-rw-r--r--src/util/fs.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/fs.cpp b/src/util/fs.cpp
index 68c3dd9..87e3cc0 100644
--- a/src/util/fs.cpp
+++ b/src/util/fs.cpp
@@ -1,8 +1,9 @@
#include "fs.hpp"
-#include <cstdlib>
#include <pwd.h>
#include <unistd.h>
+#include <cstdlib>
+#include <string>
auto get_current_user_home_path() noexcept -> std::filesystem::path
{