summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--src/FbTk/Theme.cc1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b483dd8..c8e727e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.16: 2Changes for 0.9.16:
3*06/03/24: 3*06/03/24:
4 * Fix compile error in Theme.cc (sf.net bug #1454204)
5 FbTk/Theme.cc
4 * Fixed apps filename on save (Thanks mal at komcept com) 6 * Fixed apps filename on save (Thanks mal at komcept com)
5 Remember.cc 7 Remember.cc
6*06/03/23: 8*06/03/23:
diff --git a/src/FbTk/Theme.cc b/src/FbTk/Theme.cc
index e8381d4..e3c7f7f 100644
--- a/src/FbTk/Theme.cc
+++ b/src/FbTk/Theme.cc
@@ -37,6 +37,7 @@
37#endif 37#endif
38#include <memory> 38#include <memory>
39#include <iostream> 39#include <iostream>
40#include <algorithm>
40 41
41using namespace std; 42using namespace std;
42 43