From 21de5f9cbc84ea2ad195394ac07678bf650760f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sami=20Ky=C3=B6stil=C3=A4?= Date: Wed, 9 Dec 2009 11:23:41 +0200 Subject: [PATCH] Added missing includes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sami Kyöstilä --- shaderblittest.cpp | 1 + util.cpp | 2 ++ util.h | 1 + 3 files changed, 4 insertions(+) diff --git a/shaderblittest.cpp b/shaderblittest.cpp index 7a52056..aaffe22 100644 --- a/shaderblittest.cpp +++ b/shaderblittest.cpp @@ -23,6 +23,7 @@ #include "shaderblittest.h" #include #include +#include ShaderBlitTest::ShaderBlitTest(const std::string& effect, int width, int height, float texW, float texH, diff --git a/util.cpp b/util.cpp index a082368..2d99b06 100644 --- a/util.cpp +++ b/util.cpp @@ -24,6 +24,8 @@ #include #include #include +#include +#include #include #include diff --git a/util.h b/util.h index dabd93c..bbb6dad 100644 --- a/util.h +++ b/util.h @@ -24,6 +24,7 @@ #define UTIL_H #include +#include #include #include #include -- 1.7.9.5