After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 118215 - Missing #include <algorithm> in glib/glibmm/dispatcher.cc
Missing #include <algorithm> in glib/glibmm/dispatcher.cc
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: build
2.2
Other Windows
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2003-07-24 18:38 UTC by Frank Naumann
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frank Naumann 2003-07-24 18:38:46 UTC
VisualStudioNET C++ compiler complain about undefined std::transform as the
algorithm header isn't included.

Bugfix: add #include <algorithm>
Comment 1 Murray Cumming 2003-07-27 12:03:01 UTC
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.