Added missing header file for std::assume_aligned. (C++20) (#724)

master
Hongtae Kim 2022-07-06 01:08:37 +09:00 committed by GitHub
parent dc83d99c95
commit 0474a3678e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <cstdint>
#include <utility>
#include <memory>
#ifdef __has_builtin
#define HAS_BUILTIN __has_builtin