[Clang Interpreter] Fixed Bug 43362, build failure on GCC
authorNandor Licker <n@ndor.email>
Sat, 21 Sep 2019 05:29:18 +0000 (05:29 +0000)
committerNandor Licker <n@ndor.email>
Sat, 21 Sep 2019 05:29:18 +0000 (05:29 +0000)
commit10793e791f5b149cbdc4a836cace1552b04fb332
tree19e147b2f642e5a3dae65696c001340d48aea58c
parent77297f0761d2009e25d5d709cdcb041229f3493c
[Clang Interpreter] Fixed Bug 43362, build failure on GCC

free() was not directly included in InterpStack.cpp, added include now.

llvm-svn: 372455
clang/lib/AST/Interp/InterpStack.cpp