aboutsummaryrefslogtreecommitdiff
path: root/include/Utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Utils.hpp')
-rw-r--r--include/Utils.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Utils.hpp b/include/Utils.hpp
index e7bb3bc..19700df 100644
--- a/include/Utils.hpp
+++ b/include/Utils.hpp
@@ -4,7 +4,6 @@
#include <string_view>
#include <map>
#include <string>
-#include <optional>
namespace gsr {
struct KeyValue {
@@ -24,6 +23,8 @@ namespace gsr {
std::map<std::string, std::string> get_xdg_variables();
std::string get_videos_dir();
+ std::string get_pictures_dir();
+
// Returns 0 on success
int create_directory_recursive(char *path);
bool file_get_content(const char *filepath, std::string &file_content);