summaryrefslogtreecommitdiff
path: root/libodbcpp/dsn.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2008-11-13 14:45:11 +0000
committerrandomdan <randomdan@localhost>2008-11-13 14:45:11 +0000
commitefd292508070835781a0d92448a3661279dfd307 (patch)
tree0d2592bacfdb0cd159ebc5780dd69f86cc893af0 /libodbcpp/dsn.h
parentFix the C++ template errors (diff)
downloadlibdbpp-odbc-efd292508070835781a0d92448a3661279dfd307.tar.bz2
libdbpp-odbc-efd292508070835781a0d92448a3661279dfd307.tar.xz
libdbpp-odbc-efd292508070835781a0d92448a3661279dfd307.zip
Lots of little fixes
Diffstat (limited to 'libodbcpp/dsn.h')
-rw-r--r--libodbcpp/dsn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libodbcpp/dsn.h b/libodbcpp/dsn.h
index ac4b6f5..0aee953 100644
--- a/libodbcpp/dsn.h
+++ b/libodbcpp/dsn.h
@@ -1,7 +1,7 @@
#ifndef DSN_H
#define DSN_H
-#include "string.h"
+#include "ustring.h"
namespace ODBC {
class DSN {