Skip to content

Commit c3811f1

Browse files
committed
Make ROAR include internal-only
ROAR is specific to HHVM @ Meta, so do not include it in the OSS build.
1 parent 4704d35 commit c3811f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hphp/runtime/base/program-functions.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@
121121
#include "hphp/zend/zend-string.h"
122122
#include "hphp/zend/zend-strtod.h"
123123

124+
#ifdef HHVM_FACEBOOK
124125
#include "roarjit/Init.h"
126+
#endif
125127

126128
#include <folly/CPortability.h>
127129
#include <folly/json/json.h>

0 commit comments

Comments
 (0)