Problem with building O2Physics

hey there,
i am trying to build O2Physics like in the documentation, but i always become this error:

“/home/dani/alice/sw/INSTALLROOT/909e6371946dc53a5e2192a6bd2405084e78b9d4/ubuntu2204_x86-64/Clang/v13.0.0-local1/bin-safe/clang-13” -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all --mrelax-relocations -disable-free -disable-llvm-verifier -discard-value-names -main-file-name test.cc -mrelocation-model static -mframe-pointer=all -fmath-errno -fno-rounding-math -mconstructor-aliases -munwind-tables -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -v -fcoverage-compilation-dir=/home/dani/alice/sw/BUILD/909e6371946dc53a5e2192a6bd2405084e78b9d4/Clang -resource-dir /home/dani/alice/sw/INSTALLROOT/909e6371946dc53a5e2192a6bd2405084e78b9d4/ubuntu2204_x86-64/Clang/v13.0.0-local1/lib/clang/13.0.0 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/12/…/…/…/…/include/c++ -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/12/…/…/…/…/include/c++/x86_64-linux-gnu -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/12/…/…/…/…/include/c++/backward -internal-isystem /home/dani/alice/sw/INSTALLROOT/909e6371946dc53a5e2192a6bd2405084e78b9d4/ubuntu2204_x86-64/Clang/v13.0.0-local1/lib/clang/13.0.0/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/12/…/…/…/…/x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir=/home/dani/alice/sw/BUILD/909e6371946dc53a5e2192a6bd2405084e78b9d4/Clang -ferror-limit 19 -fgnuc-version=4.2.1 -fcxx-exceptions -fexceptions -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o test.o -x c++ test.cc
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: ignoring nonexistent directory “/usr/lib/gcc/x86_64-linux-gnu/12/…/…/…/…/include/c++/x86_64-linux-gnu”
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: ignoring nonexistent directory “/usr/lib/gcc/x86_64-linux-gnu/12/…/…/…/…/include/c++/backward”
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: ignoring nonexistent directory “/usr/lib/gcc/x86_64-linux-gnu/12/…/…/…/…/x86_64-linux-gnu/include”
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: ignoring nonexistent directory “/include”
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: #include “…” search starts here:
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: #include <…> search starts here:
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: /usr/lib/gcc/x86_64-linux-gnu/12/…/…/…/…/include/c++
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: /home/dani/alice/sw/INSTALLROOT/909e6371946dc53a5e2192a6bd2405084e78b9d4/ubuntu2204_x86-64/Clang/v13.0.0-local1/lib/clang/13.0.0/include
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: /usr/local/include
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: /usr/include/x86_64-linux-gnu
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: /usr/include
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: End of search list.
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: test.cc:1:10: fatal error: ‘iostream’ file not found
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: #include
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: ^~~~~~~~~~
2022-10-31@10:23:23:DEBUG:O2Physics:Clang:0: 1 error generated.
2022-10-31@10:23:23:ERROR:O2Physics:Clang:0: Error while executing /home/dani/alice/sw/SPECS/ubuntu2204_x86-64/Clang/v13.0.0-local1/build.sh on `dani-Summit-E16FlipEvo-A12MT’.
2022-10-31@10:23:23:ERROR:O2Physics:Clang:0: Log can be found in /home/dani/alice/sw/BUILD/Clang-latest/log
2022-10-31@10:23:23:ERROR:O2Physics:Clang:0: Please upload it to CERNBox/Dropbox if you intend to request support.
2022-10-31@10:23:23:ERROR:O2Physics:Clang:0: Build directory is /home/dani/alice/sw/BUILD/Clang-latest/Clang.

Does someone know how to fix this?

Try to install:
sudo apt install libstdc+±12-dev