intel / intel-graphics-compiler

Other
597 stars 155 forks source link

Fix missing include #190

Closed ArchangeGabriel closed 3 years ago

ArchangeGabriel commented 3 years ago

Without this we get error: ‘numeric_limits’ is not a member of ‘std’. This is due to an implicit dependency change in modern compilers.

pszymich commented 3 years ago

Hello @ArchangeGabriel,

You change has been merged through internal process, you can check your commit here: https://github.com/intel/intel-graphics-compiler/commit/6c805b241a4738de3d341d9b49abe9089294d754

Thank you for your contribution!