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/pre.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 odb/pre.hxx (limited to 'odb/pre.hxx') diff --git a/odb/pre.hxx b/odb/pre.hxx new file mode 100644 index 0000000..63acb3e --- /dev/null +++ b/odb/pre.hxx @@ -0,0 +1,8 @@ +// file : odb/pre.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