diff options
Diffstat (limited to 'src/utils/paths.h')
-rw-r--r-- | src/utils/paths.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/paths.h b/src/utils/paths.h index b89671adc..18fa4629e 100644 --- a/src/utils/paths.h +++ b/src/utils/paths.h @@ -31,4 +31,6 @@ bool checkPath(std::string path); std::string &fixDirSeparators(std::string &str); +std::string getSelfName(); + #endif // UTILS_PATHS_H |