fix(builds): added a fix for llvm builds with gcc11
requested to merge wolfeidau/xuantie-yocto:fix_support_2204_builds into Linux_SDK_V1.1.2-light-beagle
Noticed missing header when was building llvm with gcc-11 which affects people trying to build on ubuntu 22.04
My fix is based on someone else posting a similar error and their already being a fix in llvm. https://reviews.llvm.org/D89450