summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-09 11:23:39 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-09 11:23:39 +0000
commit2268897446c5ba0810c22b8924935bd54df4c401 (patch)
treebe3fc700c7224a83245390cb5a15f0dada1e15fd /libstdc++-v3/include/tr1
parent056e71f0fbd5a81eded45888a702f04d5e0d6e8c (diff)
downloadgcc-2268897446c5ba0810c22b8924935bd54df4c401.tar.gz
2010-09-09 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/45613 * include/bits/random.tcc: Add missing include guards. * include/bits/random.h: Likewise. * include/tr1/random.tcc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/tr1')
-rw-r--r--libstdc++-v3/include/tr1/random.tcc5
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/include/tr1/random.tcc b/libstdc++-v3/include/tr1/random.tcc
index f458cc74748..1bc8f1f8fbb 100644
--- a/libstdc++-v3/include/tr1/random.tcc
+++ b/libstdc++-v3/include/tr1/random.tcc
@@ -28,6 +28,9 @@
* You should not attempt to use it directly.
*/
+#ifndef _GLIBCXX_TR1_RANDOM_TCC
+#define _GLIBCXX_TR1_RANDOM_TCC 1
+
namespace std
{
namespace tr1
@@ -1708,3 +1711,5 @@ namespace tr1
}
}
}
+
+#endif