Skip to content

Commit 59a38c5

Browse files
committed
Add new #include to kaldi-math.cc to fix cygwin compilation problem [thanks to Prijazen Dom]
1 parent 1b7e44b commit 59a38c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/base/kaldi-math.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "base/kaldi-math.h"
2222
#ifndef _MSC_VER
2323
#include <pthread.h>
24+
#include <stdlib.h>
2425
#endif
2526
#include <string>
2627

0 commit comments

Comments
 (0)