1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-11-23 12:50:05 +00:00

Updated Home (markdown)

Chuck Walbourn 2024-10-24 12:19:08 -07:00
parent 1daca81c00
commit dc2e68f1f2

@ -126,9 +126,10 @@ With GCC, the SAL annotation preprocessor symbols can conflict with the GNU impl
```
#include <algorithm>
#include <iterator>
#include <format> // C++20 header
#include <utility>
#include <format> // C++20 header
#include <DirectXMath.h>
```