Skip to content

Commit

Permalink
Fix decoder compilation (#2450)
Browse files Browse the repository at this point in the history
Summary:
Address #2445

Pull Request resolved: #2450

Reviewed By: carolineechen

Differential Revision: D36945877

Pulled By: mthrok

fbshipit-source-id: c7f9ba8093c8dc03b27582b9c608b023c7700332
  • Loading branch information
mthrok authored and facebook-github-bot committed Jun 7, 2022
1 parent 4e76108 commit f11fc7c
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 f11fc7c

Please sign in to comment.