ramses won't compile under Ubuntu 22.04 with its default GNU g++11 compiler due to the missing <cstddef> direct includes in the following files:
- framework/PlatformAbstraction/include/PlatformAbstraction/Hash.h
- client/ramses-client/ramses-text-api/include/ramses-text-api/TextLine.h
- client/ramses-client/ramses-text-api/include/ramses-text-api/FontInstanceOffsets.h
Also, Abseil library is missing the <limits> header in: external/abseil/absl/synchronization/internal/graphcycles.cc