X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fexcept.h;h=34d9e77810d838b694e0023a364271ecd1bb5afc;hb=fbf76ed98dbd2cca6785efe2dd489d717fa5dce6;hp=ed9ca2337f98c667a4fa40014f9f8477cdf86314;hpb=193d36c8ce13cf2c5cd055fbd008f3003dda0a3e;p=libs%2Fdatafile.git diff --git a/source/except.h b/source/except.h index ed9ca23..34d9e77 100644 --- a/source/except.h +++ b/source/except.h @@ -2,6 +2,7 @@ #define MSP_DATAFILE_EXCEPT_H_ #include +#include #include namespace Msp { @@ -16,6 +17,7 @@ private: public: data_error(const std::string &, unsigned, const std::string &); data_error(const std::string &, unsigned, const std::exception &); + data_error(const std::string &, unsigned, const data_error &); virtual ~data_error() throw() { } const std::string &get_source() const { return source; }