Skip to content

Commit

Permalink
[src] Add missing #include, needed for CUDA decoder compilation on so…
Browse files Browse the repository at this point in the history
…me platforms (kaldi-asr#3759)
  • Loading branch information
luitjens authored and Bar-BY committed Jan 21, 2020
1 parent 66c0634 commit f56e672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cudadecoder/thread-pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ freely, subject to the following restrictions:
#ifndef KALDI_CUDA_DECODER_THREAD_POOL_H_
#define KALDI_CUDA_DECODER_THREAD_POOL_H_

#include <climits>
#include <condition_variable>
#include <functional>
#include <future>
Expand Down

0 comments on commit f56e672

Please sign in to comment.