Skip to content

Commit

Permalink
Fix missing include for OSX in video decoder (#2224)
Browse files Browse the repository at this point in the history
* Fix missing include for OSX in video decoder

* clang-format
  • Loading branch information
fmassa committed May 18, 2020
1 parent 348dd5a commit 7d5b601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchvision/csrc/cpu/decoder/defs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <array>
#include <functional>
#include <memory>
#include <set>
Expand Down

0 comments on commit 7d5b601

Please sign in to comment.