aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-07-14 01:00:23 (GMT)
committerfluxgen <fluxgen>2002-07-14 01:00:23 (GMT)
commitd8d2b3aa13ebe779b5d1cc24b1e15a7b2c29526d (patch)
treec65aace2e42ae7e25d07ddb3ac8e379e4d843f3e
parent5ad9807b43804d45af90c83655275c08871779b9 (diff)
downloadfluxbox_pavel-d8d2b3aa13ebe779b5d1cc24b1e15a7b2c29526d.zip
fluxbox_pavel-d8d2b3aa13ebe779b5d1cc24b1e15a7b2c29526d.tar.bz2
added algorithm include
-rw-r--r--src/fluxbox.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 1bd4234..7e60062 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.cc,v 1.61 2002/07/13 14:04:46 fluxgen Exp $ 25// $Id: fluxbox.cc,v 1.62 2002/07/14 01:00:23 fluxgen Exp $
26 26
27//Use GNU extensions 27//Use GNU extensions
28#ifndef _GNU_SOURCE 28#ifndef _GNU_SOURCE
@@ -119,6 +119,7 @@
119#include <iostream> 119#include <iostream>
120#include <string> 120#include <string>
121#include <memory> 121#include <memory>
122#include <algorithm>
122 123
123using namespace std; 124using namespace std;
124 125