You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/rocSOLVER/files/rocSOLVER-4.2.0-add-stdint-...

13 lines
475 B

fix compilation error rocsolver-extra-types.h:11:9: error: unknown type name 'uint32_t'
--- a/library/include/rocsolver-extra-types.h
+++ b/library/include/rocsolver-extra-types.h
@@ -5,6 +5,8 @@
#ifndef ROCSOLVER_EXTRAS_H_
#define ROCSOLVER_EXTRAS_H_
+#include "stdint.h"
+
/*! \brief Used to specify the logging layer mode using a bitwise combination
*of rocblas_layer_mode values.
********************************************************************************/