clDNN icon indicating copy to clipboard operation
clDNN copied to clipboard

Missing include

Open emptyVoid opened this issue 5 years ago • 1 comments

kernel_selector/core/common/primitive_db.cpp is missing #include <stdexcept> and thus does not compile with VS 2019 due to undeclared std::runtime_error.

emptyVoid avatar Jul 25 '19 03:07 emptyVoid

i have the same problem event set flags with -std=c++11 when compiling on ubuntu

danhdevelop avatar Jan 13 '21 03:01 danhdevelop