aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug/map
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/debug/map')
-rw-r--r--libstdc++-v3/include/debug/map8
1 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/include/debug/map b/libstdc++-v3/include/debug/map
index 8bd513b13d3..7151e8ee832 100644
--- a/libstdc++-v3/include/debug/map
+++ b/libstdc++-v3/include/debug/map
@@ -31,6 +31,14 @@
#pragma GCC system_header
+#include <bits/c++config.h>
+namespace std _GLIBCXX_VISIBILITY(default) { namespace __debug {
+ template<typename _Key, typename _Tp, typename _Cmp, typename _Allocator>
+ class map;
+ template<typename _Key, typename _Tp, typename _Cmp, typename _Allocator>
+ class multimap;
+} } // namespace std::__debug
+
#include <map>
#include <debug/map.h>
#include <debug/multimap.h>