Skip to content

Commit

Permalink
Add missing <optional> header
Browse files Browse the repository at this point in the history
  • Loading branch information
RauliL committed Sep 6, 2024
1 parent 60aa637 commit c5b9ada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Directory for user-specific non-essential runtime files and other file objects

All directories for user-specific data files in users preferred order.

## xdg::all_config_dirs() -> [vector]\<[filesystem::path]\>
## peelo::xdg::all_config_dirs() -> [vector]\<[filesystem::path]\>

All directories for user-specific configuration files in users preferred order.

## xdg::home_dir() -> [optional]\<[filesystem::path]\>
## peelo::xdg::home_dir() -> [optional]\<[filesystem::path]\>

Users home directory.

Expand Down
1 change: 1 addition & 0 deletions include/peelo/xdg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#include <cstdlib>
#include <filesystem>
#include <optional>
#include <vector>

#if !defined(_WIN32)
Expand Down

0 comments on commit c5b9ada

Please sign in to comment.