aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2024-08-02 08:27:09 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2024-08-02 08:27:47 +0100
commit06201faa6376cade5a286850370dd070c1573531 (patch)
treeb6043ccaaa894f5605bf389cfd988e8f1db26d2f
parentce7f7b92505e59ae517b05493694be2102cadf5a (diff)
downloadgcc-06201faa6376cade5a286850370dd070c1573531.zip
gcc-06201faa6376cade5a286850370dd070c1573531.tar.gz
gcc-06201faa6376cade5a286850370dd070c1573531.tar.bz2
libstdc++: Add missing <cstdint> to test
libstdc++-v3/ChangeLog: * testsuite/libstdc++-prettyprinters/shared_ptr.cc: Include <cstdint>.
-rw-r--r--libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc
index a9910e6..5ff206a 100644
--- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc
+++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc
@@ -20,6 +20,7 @@
#include <memory>
#include <iostream>
+#include <cstdint>
template<class T>
void