Skip to content

Commit ba5563b

Browse files
committedFeb 18, 2018
hhvm: fix build with gcc7
1 parent 13ec57e commit ba5563b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/development/compilers/hhvm/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
5353
hphp/runtime/ext/std/*.cpp \
5454
hphp/runtime/ext_zend_compat/php-src/main/*.cpp \
5555
hphp/runtime/ext_zend_compat/php-src/main/*.h
56+
sed '1i#include <functional>' -i third-party/mcrouter/src/mcrouter/lib/cycles/Cycles.h
5657
patchShebangs .
5758
'';
5859

0 commit comments

Comments
 (0)
Please sign in to comment.