the vector class, due to being dynamically resized, needs malloc. This
fixes the build so that it only includes it when malloc should be
available.
Details
Details
- Reviewers
 - None
 - Commits
 - rG03731ed39300: [libc][obvious] only include vector with malloc
 
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo