fix compile error, include algorithm

This commit is contained in:
simonb 2006-03-24 10:52:57 +00:00
parent 50b6883f36
commit 7c4e48cc69
2 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,8 @@
(Format: Year/Month/Day)
Changes for 0.9.16:
*06/03/24:
* Fix compile error in Theme.cc (sf.net bug #1454204)
FbTk/Theme.cc
* Fixed apps filename on save (Thanks mal at komcept com)
Remember.cc
*06/03/23:

View file

@ -37,6 +37,7 @@
#endif
#include <memory>
#include <iostream>
#include <algorithm>
using namespace std;