diff options
Diffstat (limited to 'engine/xe_swap_chain.hpp')
-rwxr-xr-x | engine/xe_swap_chain.hpp | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/engine/xe_swap_chain.hpp b/engine/xe_swap_chain.hpp index 2d4e81b..dad3baf 100755 --- a/engine/xe_swap_chain.hpp +++ b/engine/xe_swap_chain.hpp @@ -4,10 +4,14 @@ #include <vulkan/vulkan.h> +#include <array> +#include <cstdlib> +#include <cstring> +#include <iostream> +#include <limits> #include <memory> -#include <string> -#include <vector> -#include <vulkan/vulkan_core.h> +#include <set> +#include <stdexcept> namespace xe { |