summaryrefslogtreecommitdiff
path: root/stlport/systemstl/functional
diff options
context:
space:
mode:
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: */