From 921c4c14c2999a03b9e649b5c9adec73b5cae0de Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Sep 2010 14:26:25 +0200 Subject: Add automake build support --- libcommon/common.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libcommon/common.cxx') diff --git a/libcommon/common.cxx b/libcommon/common.cxx index bfc3482..0c88818 100644 --- a/libcommon/common.cxx +++ b/libcommon/common.cxx @@ -6,6 +6,10 @@ #include // std::exit #include +#ifndef _MSC_VER +# include +#endif + #ifdef DB_ID_MYSQL # include #endif -- cgit v1.1