diff options
Diffstat (limited to 'libmysqlpp/error.h')
-rw-r--r-- | libmysqlpp/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqlpp/error.h b/libmysqlpp/error.h index 9ab666b..b4f93b2 100644 --- a/libmysqlpp/error.h +++ b/libmysqlpp/error.h @@ -1,7 +1,7 @@ #ifndef MY_ERROR_H #define MY_ERROR_H -#include "../libdbpp/error.h" +#include <error.h> namespace MySQL { class Error : public DB::Error { |