Skip to content

Commit c838637

Browse files
desertfirefacebook-github-bot
authored andcommitted
Fix a gcc10 compilation error (#319)
Summary: Pull Request resolved: #319 see the log at https://github.com/pytorch/pytorch/actions/runs/4907784291/jobs/8764266404 Test Plan: Imported from OSS Reviewed By: wconstab Differential Revision: D45667303 Pulled By: desertfire fbshipit-source-id: f62721b5acc1687ae5bc472350612d35332a2376
1 parent 475fa53 commit c838637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

multipy/runtime/loader.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <elf.h>
1010
#include <memory>
1111
#include <optional>
12+
#include <stdexcept>
1213

1314
namespace torch {
1415
namespace deploy {

0 commit comments

Comments
 (0)