Skip to content

Commit db14cfd

Browse files
committed
Include cxxabi and libunwind headers in unique-stubs.cpp
1 parent 3f2c27a commit db14cfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979

8080
#include <algorithm>
8181

82+
#include <cxxabi.h>
83+
#include <unwind.h>
84+
8285
namespace HPHP::jit {
8386

8487
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)