Fixed <bit> include for C++20 & STL

This commit is contained in:
John Wellbelove 2025-01-04 14:18:45 +00:00
parent 9bb2edfd78
commit 8f70a3c262

View File

@ -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>