all repos — fluxbox @ d8d2b3aa13ebe779b5d1cc24b1e15a7b2c29526d

custom fork of the fluxbox windowmanager

added algorithm include
fluxgen fluxgen
commit

d8d2b3aa13ebe779b5d1cc24b1e15a7b2c29526d

parent

5ad9807b43804d45af90c83655275c08871779b9

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

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

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.cc,v 1.61 2002/07/13 14:04:46 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.62 2002/07/14 01:00:23 fluxgen Exp $ //Use GNU extensions #ifndef _GNU_SOURCE

@@ -119,6 +119,7 @@

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