Unverified Commit 0c0dc558 by David Committed by GitHub

Merge pull request #69 from JDuchniewicz/fix-build

Fix Linux GCC 11.1 build: now including <limits> in VulkanHelloAPI (to use std::numeric_limits) and set the linux glslangValidator binary as executable
parents 0f84b53f 0e431e4d
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "vk_getProcAddrs.h" #include "vk_getProcAddrs.h"
#include <string> #include <string>
#include <array> #include <array>
#include <limits>
#include <sstream> #include <sstream>
#include <iostream> #include <iostream>
......
File mode changed from 100644 to 100755
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment