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.
This commit is contained in:
Ed Smith-Rowland 2021-01-05 15:50:06 -05:00
parent f6dd35cf93
commit ae1ada95fe

View file

@ -146,6 +146,7 @@
#include <span>
#include <stop_token>
#include <semaphore>
#include <source_location>
#include <syncstream>
#include <version>
#endif