diff options
-rw-r--r-- | src/config.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config.hpp b/src/config.hpp index cea47da..feb68dd 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -10,7 +10,6 @@ #include <stdio.h> #include <pwd.h> #include <sys/stat.h> -#include <optional> struct MainConfig { std::string record_area_option; @@ -290,4 +289,4 @@ static void save_config(const Config &config) { fprintf(file, "replay.time %d\n", config.replay_config.replay_time); fclose(file); -}
\ No newline at end of file +} |