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:18:51 -07:00
parent f61e2c886d
commit 1daca81c00

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