OSDN Git Service

VS build fix
authorAlexis Hetu <sugoi@google.com>
Tue, 26 Feb 2019 22:11:23 +0000 (17:11 -0500)
committerChris Forbes <chrisforbes@google.com>
Tue, 26 Feb 2019 23:16:26 +0000 (23:16 +0000)
Change-Id: I7e6589870b539e775371e8941a07a48ca9e0cad7
Reviewed-on: https://swiftshader-review.googlesource.com/c/25628
Tested-by: Alexis Hétu <sugoi@google.com>
Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
Reviewed-by: Chris Forbes <chrisforbes@google.com>
src/Device/Renderer.cpp

index a624597..7ad30dd 100644 (file)
@@ -12,7 +12,6 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-#include <VkConfig.h>
 #include "Renderer.hpp"
 
 #include "Clipper.hpp"
@@ -30,6 +29,7 @@
 #include "System/Half.hpp"
 #include "System/Math.hpp"
 #include "System/Timer.hpp"
+#include "Vulkan/VkConfig.h"
 #include "Vulkan/VkDebug.hpp"
 #include "Vulkan/VkImageView.hpp"
 #include "Pipeline/SpirvShader.hpp"