all repos — fluxbox @ 744c82cb1c2f0ad0b86c732ad1f7b6124f73dfec

custom fork of the fluxbox windowmanager

oops, took out an include that shouldn't have
simonb simonb
commit

744c82cb1c2f0ad0b86c732ad1f7b6124f73dfec

parent

a8c95d4e4f0bf9d8f84004188289a55402c2e837

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

jump to
M src/FbWinFrame.ccsrc/FbWinFrame.cc

@@ -39,9 +39,10 @@ #ifdef SHAPE

#include "Shape.hh" #endif // SHAPE - #include <algorithm> #include <X11/X.h> + +using namespace std; // mem_fun FbWinFrame::FbWinFrame(BScreen &screen, FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, FbTk::XLayer &layer,