Skip to content

Commit

Permalink
Fix decoder compilation
Browse files Browse the repository at this point in the history
Address pytorch#2445
  • Loading branch information
mthrok committed Jun 6, 2022
1 parent 877a88c commit a35888d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchaudio/csrc/decoder/src/decoder/Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include <algorithm>
#include <cmath>
#include <limits>
#include <unordered_map>
#include <vector>

Expand Down

0 comments on commit a35888d

Please sign in to comment.