Skip to content

Commit 0c5fc1f

Browse files
committed
Include cxxabi and libunwind headers in unique-stubs.cpp
1 parent 60ee7cc commit 0c5fc1f

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
@@ -75,6 +75,9 @@
7575

7676
#include <algorithm>
7777

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

8083
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)