summaryrefslogtreecommitdiff
path: root/stlport/systemstl/rope
diff options
context:
space:
mode:
Diffstat (limited to 'stlport/systemstl/rope')
-rw-r--r--stlport/systemstl/rope4
1 files changed, 3 insertions, 1 deletions
diff --git a/stlport/systemstl/rope b/stlport/systemstl/rope
index 6441d9549988..c6349947ca7b 100644
--- a/stlport/systemstl/rope
+++ b/stlport/systemstl/rope
@@ -33,9 +33,11 @@
#include <functional>
#include <numeric>
-#include <ext/rope>
#ifdef GCC
+
+#include <ext/rope>
+
namespace std
{
using __gnu_cxx::rope;