ntt123 commited on
Commit
30decf0
1 Parent(s): 6b7c2bc

Update sparse_matmul/numerics/fast_transcendentals.cc

Browse files
sparse_matmul/numerics/fast_transcendentals.cc CHANGED
@@ -12,6 +12,7 @@
12
  // See the License for the specific language governing permissions and
13
  // limitations under the License.
14
 
 
15
  #include "sparse_matmul/numerics/fast_transcendentals.h"
16
 
17
  namespace csrblocksparse {
 
12
  // See the License for the specific language governing permissions and
13
  // limitations under the License.
14
 
15
+ #include <limits>
16
  #include "sparse_matmul/numerics/fast_transcendentals.h"
17
 
18
  namespace csrblocksparse {