summaryrefslogtreecommitdiff
path: root/stlport/systemstl/numeric
diff options
context:
space:
mode:
Diffstat (limited to 'stlport/systemstl/numeric')
-rw-r--r--stlport/systemstl/numeric4
1 files changed, 4 insertions, 0 deletions
diff --git a/stlport/systemstl/numeric b/stlport/systemstl/numeric
index 13e3f09059fa..61a06888f22b 100644
--- a/stlport/systemstl/numeric
+++ b/stlport/systemstl/numeric
@@ -47,8 +47,12 @@ namespace std
# endif
#else
+#ifdef _MSC_VER
+#include <../include/numeric>
+#else
# error UNSUPPORTED COMPILER
#endif
+#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */