From e376f6135a2c01726057b11a5d59f62d9bf01f14 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Thu, 30 May 2013 13:39:20 +0200 Subject: Windows compile fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I35ab8292319639cb8fe217abc3f6df467a6cde17 Reviewed-by: Lasse Räihä --- QtDemo/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QtDemo/main.cpp b/QtDemo/main.cpp index 8e7f608..d69a0ca 100644 --- a/QtDemo/main.cpp +++ b/QtDemo/main.cpp @@ -1,7 +1,7 @@ #include #include "qtquick2applicationviewer.h" #include -#include +#include "shaderfilereader.h" int main(int argc, char *argv[]) { -- cgit v1.2.3