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] |
headers: Add vk_sdk_platform.h for Win/Linux differences
diff --git a/tests/test_common.h b/tests/test_common.h index fe59415..2fccbd5 100644 --- a/tests/test_common.h +++ b/tests/test_common.h
@@ -8,6 +8,7 @@ #include <assert.h> #include <vulkan.h> +#include <vk_sdk_platform.h> #include "gtest/gtest.h" #include "gtest-1.7.0/include/gtest/gtest.h"