Author: mysqlpp
Date: Mon Jan 28 20:48:13 2013
New Revision: 2715
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2715&view=rev
Log:
Was missing a "buried headers" ifdef wrapper for type_info.cpp. Patch
provided by Xavier Richez <[email protected]>
Modified:
trunk/lib/type_info.cpp
Modified: trunk/lib/type_info.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/type_info.cpp?rev=2715&r1=2714&r2=2715&view=diff
==============================================================================
--- trunk/lib/type_info.cpp (original)
+++ trunk/lib/type_info.cpp Mon Jan 28 20:48:13 2013
@@ -31,7 +31,11 @@
#include "myset.h"
#include "sql_types.h"
-#include <mysql.h>
+#if defined(MYSQLPP_MYSQL_HEADERS_BURIED)
+# include <mysql/mysql.h>
+#else
+# include <mysql.h>
+#endif
#include <string>
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits