aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/post.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/post.hxx')
-rw-r--r--libxsde/xsde/cxx/post.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/post.hxx b/libxsde/xsde/cxx/post.hxx
index 20a7263..3d4bff2 100644
--- a/libxsde/xsde/cxx/post.hxx
+++ b/libxsde/xsde/cxx/post.hxx
@@ -3,6 +3,8 @@
// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+// VC++
+//
#ifdef _MSC_VER
# if (_MSC_VER >= 1400)
# include <xsde/cxx/compilers/vc-8/post.hxx>
@@ -12,3 +14,9 @@
# include <xsde/cxx/compilers/vc-6/post.hxx>
# endif
#endif
+
+// Green Hills C++
+//
+#if defined(__ghs__) || defined(__ghs) || defined(ghs)
+# include <xsde/cxx/compilers/ghs/post.hxx>
+#endif