From 3dcb29b208a3eec93e304e411e087af3ee2b7d86 Mon Sep 17 00:00:00 2001 From: bgk Date: Sun, 14 Sep 2008 15:11:02 +0000 Subject: [PATCH] GTK : Readded wrongly removed includes. Thanks to mnk for the tip. --- src/gtk/configfile.cpp | 2 ++ src/gtk/screenarea-cairo.cpp | 2 ++ src/gtk/screenarea-opengl.cpp | 2 ++ src/gtk/screenarea-xvideo.cpp | 2 ++ src/gtk/screenarea.cpp | 2 ++ 5 files changed, 10 insertions(+) diff --git a/src/gtk/configfile.cpp b/src/gtk/configfile.cpp index bb973e3a..18995625 100644 --- a/src/gtk/configfile.cpp +++ b/src/gtk/configfile.cpp @@ -18,6 +18,8 @@ #include "configfile.h" +#include + #include #include diff --git a/src/gtk/screenarea-cairo.cpp b/src/gtk/screenarea-cairo.cpp index 2c0c58d0..0b7817f3 100644 --- a/src/gtk/screenarea-cairo.cpp +++ b/src/gtk/screenarea-cairo.cpp @@ -18,6 +18,8 @@ #include "screenarea-cairo.h" +#include + namespace VBA { diff --git a/src/gtk/screenarea-opengl.cpp b/src/gtk/screenarea-opengl.cpp index c9080e36..8f96085a 100644 --- a/src/gtk/screenarea-opengl.cpp +++ b/src/gtk/screenarea-opengl.cpp @@ -18,6 +18,8 @@ #include "screenarea-opengl.h" +#include + namespace VBA { diff --git a/src/gtk/screenarea-xvideo.cpp b/src/gtk/screenarea-xvideo.cpp index 9502e0ea..001f8da1 100644 --- a/src/gtk/screenarea-xvideo.cpp +++ b/src/gtk/screenarea-xvideo.cpp @@ -25,6 +25,8 @@ #include +#include + #define FOURCC_YUY2 0x32595559 namespace VBA diff --git a/src/gtk/screenarea.cpp b/src/gtk/screenarea.cpp index 08f59a5c..fbd78bd3 100644 --- a/src/gtk/screenarea.cpp +++ b/src/gtk/screenarea.cpp @@ -18,6 +18,8 @@ #include "screenarea.h" +#include + namespace VBA {