GNOME Bugzilla – Bug 118215
Missing #include <algorithm> in glib/glibmm/dispatcher.cc
Last modified: 2004-12-22 21:47:04 UTC
VisualStudioNET C++ compiler complain about undefined std::transform as the algorithm header isn't included. Bugfix: add #include <algorithm>
Committed in both branches. Please supply a real patch in future. 2003-07-26 Murray Cumming <murrayc@usa.net> * glib/glibmm/dispatcher.cc: Added #include <algorithm>, needed by MSVC++, as suggested by Frank Naumann in bug #118215.