Include Threading.h instead of forward declaring a function.
Previously this led to a circular header dependency, but a recent change has since removed this dependency, so the correct fix is to simply include the header rather than forward declare. llvm-svn: 211311
Loading
Please register or sign in to comment