You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/libodbc++/files/libodbc++-0.2.3-gcc41.patch

13 lines
456 B

diff -ur libodbc++-0.2.3-orig/include/odbc++/drivermanager.h libodbc++-0.2.3/include/odbc++/drivermanager.h
--- libodbc++-0.2.3-orig/include/odbc++/drivermanager.h 2006-04-08 00:54:19.000000000 -0400
+++ libodbc++-0.2.3/include/odbc++/drivermanager.h 2006-04-08 00:56:15.000000000 -0400
@@ -26,6 +26,8 @@
#include <odbc++/types.h>
+#include <odbc++/errorhandler.h>
+
/** The namespace where all <b>libodbc++</b> classes reside */
namespace odbc {