Skip to content

Commit

Permalink
Fix "no type named 'uint32_t'" failure in ICX build (oneapi-src#2561)
Browse files Browse the repository at this point in the history
* Fix a failure in ICX build: Replace 'std::uint32_t', 'std::int64_t' with 'uint32_t', 'int64_t'

* Add <stdint.h> and <cstdint> includes into algorithm_types.hpp

* Remove <stdint.h> from algorithm_types.hpp
  • Loading branch information
Vika-F committed Oct 27, 2023
1 parent 25602a5 commit ce14434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/daal/include/algorithms/algorithm_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "data_management/data/data_collection.h"
#include "services/error_handling.h"
#include "services/daal_shared_ptr.h"
#include <cstdint>

namespace daal
{
Expand Down

0 comments on commit ce14434

Please sign in to comment.