commit | eccbb37d3e11632ca38f587c01c056fe52dbd7b9 | [log] [tgz] |
---|---|---|
author | Mark Lobodzinski <mark@lunarg.com> | Tue Sep 01 09:00:16 2015 -0600 |
committer | Mark Lobodzinski <mark@lunarg.com> | Tue Sep 01 15:10:13 2015 -0600 |
tree | 596a9b335a817f217684ea8d7ee1ea469fb528e4 | |
parent | f993d544299c1b01d3fd0523848fd626b5b10a1b [diff] [blame] |
headers: Add vk_sdk_platform.h for Win/Linux differences
diff --git a/demos/cube.c b/demos/cube.c index 183d35d..f388b4e 100644 --- a/demos/cube.c +++ b/demos/cube.c
@@ -43,6 +43,7 @@ #include "icd-spv.h" +#include "vk_sdk_platform.h" #include "linmath.h" #include <png.h>