Author: wyoung
Date: Mon Jan  6 21:13:22 2014
New Revision: 2763

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2763&view=rev
Log:
#including algorithm.h in examples/multiquery.cpp for std::max().
Didn't need it before because we were apparently getting another version
via another #include path.  Probably either the windows.h macro or the
one in stdlib.h.

Modified:
    trunk/examples/multiquery.cpp

Modified: trunk/examples/multiquery.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/multiquery.cpp?rev=2763&r1=2762&r2=2763&view=diff
==============================================================================
--- trunk/examples/multiquery.cpp (original)
+++ trunk/examples/multiquery.cpp Mon Jan  6 21:13:22 2014
@@ -34,6 +34,7 @@
 
 #include <mysql++.h>
 
+#include <algorithm>
 #include <iostream>
 #include <iomanip>
 #include <vector>


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to