summaryrefslogtreecommitdiff
path: root/stlport/systemstl/vector
diff options
context:
space:
mode:
Diffstat (limited to 'stlport/systemstl/vector')
-rw-r--r--stlport/systemstl/vector4
1 files changed, 4 insertions, 0 deletions
diff --git a/stlport/systemstl/vector b/stlport/systemstl/vector
index 965753c20ae2..8a50edafed20 100644
--- a/stlport/systemstl/vector
+++ b/stlport/systemstl/vector
@@ -44,7 +44,11 @@ namespace std
}
#else
+#ifdef _MSC_VER
+#include <../include/vector>
+#else
#error UNSUPPORTED COMPILER
#endif
#endif
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */