Skip to content

Commit 1b83ad5

Browse files
committed
Include cxxabi and libunwind headers in unique-stubs.cpp
1 parent 5e9145d commit 1b83ad5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hphp/runtime/vm/jit/unique-stubs.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474

7575
#include <algorithm>
7676

77+
#include <cxxabi.h>
78+
#include <unwind.h>
79+
7780
namespace HPHP::jit {
7881

7982
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)