summaryrefslogtreecommitdiffstats
path: root/stlport/systemstl/functional
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2011-02-03 01:55:09 -0700
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-03 10:12:12 +0100
commitffc47ff79631a80dbc7e497e7e9caec9751820e2 (patch)
tree18dfbb742fd9dd08bb16543a924d3dab7f1b057b /stlport/systemstl/functional
parentSilence compiler warnings (diff)
downloadcore-ffc47ff79631a80dbc7e497e7e9caec9751820e2.tar.gz
core-ffc47ff79631a80dbc7e497e7e9caec9751820e2.zip
Adapt the forwarding headers to MSVC compiler
Diffstat (limited to 'stlport/systemstl/functional')
-rw-r--r--stlport/systemstl/functional4
1 files changed, 4 insertions, 0 deletions
diff --git a/stlport/systemstl/functional b/stlport/systemstl/functional
index 50d6505038a1..2c555ba2573d 100644
--- a/stlport/systemstl/functional
+++ b/stlport/systemstl/functional
@@ -56,8 +56,12 @@ namespace std
}
#else
+#ifdef _MSC_VER
+#include <../include/functional>
+#else
# error UNSUPPORTED COMPILER
#endif
+#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */