aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Smith-Rowland <3dw4rd@verizon.net>2021-01-05 15:50:06 -0500
committerEd Smith-Rowland <3dw4rd@verizon.net>2021-01-05 15:50:06 -0500
commitae1ada95fee1ee4fac0dec0486076d9787988a03 (patch)
tree72ffd7cb8906fbafedaacad3dfa323dabe71f09f
parentf6dd35cf9300ae482038c26655b3cee3e72cefb1 (diff)
downloadgcc-ae1ada95fee1ee4fac0dec0486076d9787988a03.zip
gcc-ae1ada95fee1ee4fac0dec0486076d9787988a03.tar.gz
gcc-ae1ada95fee1ee4fac0dec0486076d9787988a03.tar.bz2
Add <source_location> to the precompiled header.
2021-01-05 Ed Smith-Rowland <3dw4rd@verizon.net> * include/precompiled/stdc++.h: Add <source_location> to C++20 section.
-rw-r--r--libstdc++-v3/include/precompiled/stdc++.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/precompiled/stdc++.h b/libstdc++-v3/include/precompiled/stdc++.h
index 4973a38..ef780e3 100644
--- a/libstdc++-v3/include/precompiled/stdc++.h
+++ b/libstdc++-v3/include/precompiled/stdc++.h
@@ -146,6 +146,7 @@
#include <span>
#include <stop_token>
#include <semaphore>
+#include <source_location>
#include <syncstream>
#include <version>
#endif