Skip to content
Snippets Groups Projects

vkd3d: Add some missing includes.

Merged Giovanni Mascellani requested to merge giomasce/vkd3d:amiata into master
2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -21,6 +21,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <vkd3d_types.h>
#ifdef __cplusplus
Loading