The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

os/threading: Incude xrt_compiler.h

+2
+1
doc/changes/auxiliary/mr.358.md
··· 1 + os/threading: Include `xrt_compiler.h` to fix missing stdint types.
+1
src/xrt/auxiliary/os/os_threading.h
··· 10 10 11 11 #pragma once 12 12 13 + #include "xrt/xrt_compiler.h" 13 14 #include "xrt/xrt_config_os.h" 14 15 #include "util/u_misc.h" 15 16