From c5505f031613e0cdd6c99d24379f5316e536acaa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Aug 2010 14:06:02 +0200 Subject: Add pre/post header for compiler-specific actions --- odb/post.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 odb/post.hxx (limited to 'odb/post.hxx') diff --git a/odb/post.hxx b/odb/post.hxx new file mode 100644 index 0000000..89ab2eb --- /dev/null +++ b/odb/post.hxx @@ -0,0 +1,8 @@ +// file : odb/post.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifdef _MSC_VER +# include +#endif -- cgit v1.1