Skip to content

Commit 57e25b9

Browse files
committed
Merge pull request #171 from ghisvail/fix/missing-stdlib-include
add missing include on stdlib.h
2 parents 484dc16 + 16b0f9e commit 57e25b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/blas/xtrsm.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
* ************************************************************************/
1616

17-
17+
#include <stdlib.h>
1818
#include <string.h>
1919
#include <clBLAS.h>
2020

0 commit comments

Comments
 (0)