diff options
author | fluxgen <fluxgen> | 2002-07-14 01:00:23 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-07-14 01:00:23 (GMT) |
commit | d8d2b3aa13ebe779b5d1cc24b1e15a7b2c29526d (patch) | |
tree | c65aace2e42ae7e25d07ddb3ac8e379e4d843f3e | |
parent | 5ad9807b43804d45af90c83655275c08871779b9 (diff) | |
download | fluxbox-d8d2b3aa13ebe779b5d1cc24b1e15a7b2c29526d.zip fluxbox-d8d2b3aa13ebe779b5d1cc24b1e15a7b2c29526d.tar.bz2 |
added algorithm include
-rw-r--r-- | src/fluxbox.cc | 3 |
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 | ||
123 | using namespace std; | 124 | using namespace std; |
124 | 125 | ||