diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index df67a6348..191b41887 100644 --- a/src/main.h +++ b/src/main.h @@ -20,9 +20,12 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef MAIN_HEADER #define MAIN_HEADER +#include <string> + // Settings class Settings; extern Settings *g_settings; +extern std::string g_settings_path; // Global profiler class Profiler; |