all repos — fluxbox @ 7c4e48cc699fe523b2f86af2e8189cd6baa00eb9

custom fork of the fluxbox windowmanager

fix compile error, include algorithm
simonb simonb
commit

7c4e48cc699fe523b2f86af2e8189cd6baa00eb9

parent

50b6883f36f767b3ed76b698c318a34e8b00f9d0

2 files changed, 3 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,6 +1,8 @@

(Format: Year/Month/Day) Changes for 0.9.16: *06/03/24: + * Fix compile error in Theme.cc (sf.net bug #1454204) + FbTk/Theme.cc * Fixed apps filename on save (Thanks mal at komcept com) Remember.cc *06/03/23:
M src/FbTk/Theme.ccsrc/FbTk/Theme.cc

@@ -37,6 +37,7 @@ #include <stdio.h>

#endif #include <memory> #include <iostream> +#include <algorithm> using namespace std;