mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-21 03:16:36 +08:00
Fixed <bit> include for C++20 & STL
This commit is contained in:
parent
9bb2edfd78
commit
8f70a3c262
@ -45,7 +45,9 @@ SOFTWARE.
|
||||
#include "exception.h"
|
||||
#include "file_error_numbers.h"
|
||||
|
||||
#include <bit>
|
||||
#if ETL_USING_CPP20 && ETL_USING_STL
|
||||
#include <bit>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user