all repos — fluxbox @ a744b152bbb6f56a0e56b578d73a17edb7a00c88

custom fork of the fluxbox windowmanager

fix a little compile error on some machines
markt markt
commit

a744b152bbb6f56a0e56b578d73a17edb7a00c88

parent

2b7f9a5899a1bfc680761ae6792af0eeb99d76f3

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

jump to
M src/FbTk/Menu.ccsrc/FbTk/Menu.cc

@@ -48,6 +48,8 @@

#include <X11/Xatom.h> #include <X11/keysym.h> +#include <algorithm> + #ifdef HAVE_CSTDIO #include <cstdio> #else