X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fexcept.cpp;h=ddd2cb5167d57f0e3f5df614a8caf3ad3b68dc50;hp=7ac634d9a30c9ef9c8f8dec01633b5c950c96ef8;hb=7d8e623512c2cf33eef000cf99af97386dfe6d59;hpb=0fe166c896d2b7d7214e0c9c4add53e47d2ace88 diff --git a/source/core/except.cpp b/source/core/except.cpp index 7ac634d..ddd2cb5 100644 --- a/source/core/except.cpp +++ b/source/core/except.cpp @@ -7,6 +7,9 @@ Distributed under the LGPL #include #include +#ifdef WIN32 +#include +#endif #include "except.h" using namespace std; @@ -36,7 +39,11 @@ string SystemError::build_what(const string &w, int e) ostringstream buf; buf<