blob: 30bfc96ab3fa57de8309de41e662bb2870de64f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- a/src/settings_window.cc
+++ b/src/settings_window.cc
@@ -6,6 +6,7 @@
// This file is for your program, I won't touch it again!
#include <gtkmm.h>
+#include <cstring>
#include "config.h"
#include "settings_window.hh"
--- a/src/main_window.cc
+++ b/src/main_window.cc
@@ -9,6 +9,8 @@
#include <gtkmm.h>
#include <gtkmm/main.h>
#include <iomanip>
+#include <cstring>
+#include <sys/stat.h>
#include "config.h"
#include "main_window.hh"
|