aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/pre.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/pre.hxx')
-rw-r--r--libxsde/xsde/cxx/pre.hxx9
1 files changed, 8 insertions, 1 deletions
diff --git a/libxsde/xsde/cxx/pre.hxx b/libxsde/xsde/cxx/pre.hxx
index e733206..70c2c7d 100644
--- a/libxsde/xsde/cxx/pre.hxx
+++ b/libxsde/xsde/cxx/pre.hxx
@@ -3,7 +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/pre.hxx>
@@ -13,3 +14,9 @@
# include <xsde/cxx/compilers/vc-6/pre.hxx>
# endif
#endif
+
+// Green Hills C++
+//
+#if defined(__ghs__) || defined(__ghs) || defined(ghs)
+# include <xsde/cxx/compilers/ghs/pre.hxx>
+#endif