Skip to content

Commit 45bb325

Browse files
committed
add missing includes on stdlib
1 parent ecd89f9 commit 45bb325

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/library/blas/functor/functor.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* ************************************************************************/
1616

1717
#include <stdio.h>
18+
#include <stdlib.h>
1819
#include <fstream>
1920
#include <iostream>
2021
#include <ios>
@@ -114,4 +115,4 @@ void clblasFunctor::getCLVersion(cl_device_id & device, int&major, int& minor)
114115

115116
}
116117
}
117-
}
118+
}

src/library/blas/generic/binary_lookup.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include <sys/stat.h>
2929

3030
#include <devinfo.h>
31-
31+
#include <stdlib.h>
3232

3333

3434

0 commit comments

Comments
 (0)