ctcdecode
ctcdecode copied to clipboard
Fix clang compilation
Replace gcc specific header bits/stdc++
with compiler agnostic headers so we can compile the decoder with clang on OS X
Fix static cast compilation error
Very helpful