mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Fix missing include file (#132647)
This error only appears with newer gcc releases. Pull Request resolved: https://github.com/pytorch/pytorch/pull/132647 Approved by: https://github.com/Skylion007
This commit is contained in:
parent
70cb16b316
commit
14edd986b3
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <c10/util/Synchronized.h>
|
||||
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user