Author: mysqlpp
Date: Wed Jan 13 01:03:34 2010
New Revision: 2620

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2620&view=rev
Log:
#include fix for STLport

Modified:
    trunk/lib/exceptions.h

Modified: trunk/lib/exceptions.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/exceptions.h?rev=2620&r1=2619&r2=2620&view=diff
==============================================================================
--- trunk/lib/exceptions.h (original)
+++ trunk/lib/exceptions.h Wed Jan 13 01:03:34 2010
@@ -6,7 +6,7 @@
 
 /***********************************************************************
  Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc.  Others may
+ (c) 2004-2010 by Educational Technology Resources, Inc.  Others may
  also hold copyrights on code in this file.  See the CREDITS.txt file
  in the top directory of the distribution for details.
 
@@ -36,6 +36,7 @@
 #include <exception>
 #include <string>
 #include <sstream>
+#include <typeinfo>
 
 namespace mysqlpp {
 


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

Reply via email to