fix compile error, include algorithm
This commit is contained in:
parent
50b6883f36
commit
7c4e48cc69
2 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#endif
|
||||
#include <memory>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
Loading…
Reference in a new issue