From 94927bfef6548ac20118586bfcd51e60b296e569 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 24 Dec 2015 03:43:16 +0000 Subject: Beginnings of embbeded MySQL --- libmysqlpp/my-error.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libmysqlpp/my-error.h') diff --git a/libmysqlpp/my-error.h b/libmysqlpp/my-error.h index b694843..394a793 100644 --- a/libmysqlpp/my-error.h +++ b/libmysqlpp/my-error.h @@ -4,9 +4,10 @@ #include #include #include +#include namespace MySQL { - class Error : public AdHoc::Exception { + class DLL_PUBLIC Error : public AdHoc::Exception { public: Error(MYSQL_STMT *); Error(MYSQL *); -- cgit v1.2.3