From: <pst...@us...> - 2013-10-25 23:45:26
|
Revision: 1038 http://sourceforge.net/p/jazzplusplus/code/1038 Author: pstieber Date: 2013-10-25 23:45:20 +0000 (Fri, 25 Oct 2013) Log Message: ----------- Added an include of algorithm for std::max. Modified Paths: -------------- trunk/jazz/src/ControlEdit.cpp Modified: trunk/jazz/src/ControlEdit.cpp =================================================================== --- trunk/jazz/src/ControlEdit.cpp 2013-10-22 03:33:52 UTC (rev 1037) +++ trunk/jazz/src/ControlEdit.cpp 2013-10-25 23:45:20 UTC (rev 1038) @@ -31,6 +31,8 @@ #include <wx/button.h> #include <wx/sizer.h> +#include <algorithm> + static const long wbar = 2; static int bars_state = 2; // from ArrayEdit This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |