X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Ft2n_exception.cpp;h=ca83dfa39fc6bcf8dda1a785141e39033a8d2ae2;hp=37c71b0b15b58cff39763f08a2ab4f6a327072a4;hb=d2cb39bbe6f8c4577c077c43abe2b9a23bd97a31;hpb=d184c64894e6c4f3adb9467078acfc9e7446664a diff --git a/src/t2n_exception.cpp b/src/t2n_exception.cpp index 37c71b0..ca83dfa 100644 --- a/src/t2n_exception.cpp +++ b/src/t2n_exception.cpp @@ -17,7 +17,13 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ +#include +#include +#include +#include + #include "t2n_exception.hxx" + #include BOOST_CLASS_EXPORT(libt2n::t2n_exception) @@ -29,3 +35,9 @@ BOOST_CLASS_EXPORT(libt2n::t2n_version_mismatch) BOOST_CLASS_EXPORT(libt2n::t2n_command_error) BOOST_CLASS_EXPORT(libt2n::t2n_serialization_error) BOOST_CLASS_EXPORT(libt2n::t2n_runtime_error) + +namespace libt2n +{ + + +} // namespace libt2n