Skip to content

Commit 4cfd2b1

Browse files
alexmalyshevmeta-codesync[bot]
authored andcommitted
Fix Windows build due to missing include (#90)
Summary: Pull Request resolved: #90 Reviewed By: yoney Differential Revision: D106118574 Pulled By: alexmalyshev fbshipit-source-id: 59be6bc2b27d079438c2c18461f0b9d03f4ed6cb
1 parent 1694911 commit 4cfd2b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cinderx/Common/frozen_list.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <concepts>
77
#include <cstddef>
88
#include <memory>
9+
#include <stdexcept>
910

1011
namespace jit {
1112

0 commit comments

Comments
 (0)