Readded wrongly removed includes. Thanks to mnk for the tip.
This commit is contained in:
bgk 2008-09-14 15:11:02 +00:00
parent 6f066367a4
commit 3dcb29b208
5 changed files with 10 additions and 0 deletions

View File

@ -18,6 +18,8 @@
#include "configfile.h" #include "configfile.h"
#include <cstring>
#include <glibmm/fileutils.h> #include <glibmm/fileutils.h>
#include <glibmm/iochannel.h> #include <glibmm/iochannel.h>

View File

@ -18,6 +18,8 @@
#include "screenarea-cairo.h" #include "screenarea-cairo.h"
#include <cstring>
namespace VBA namespace VBA
{ {

View File

@ -18,6 +18,8 @@
#include "screenarea-opengl.h" #include "screenarea-opengl.h"
#include <cstring>
namespace VBA namespace VBA
{ {

View File

@ -25,6 +25,8 @@
#include <X11/extensions/Xvlib.h> #include <X11/extensions/Xvlib.h>
#include <cstring>
#define FOURCC_YUY2 0x32595559 #define FOURCC_YUY2 0x32595559
namespace VBA namespace VBA

View File

@ -18,6 +18,8 @@
#include "screenarea.h" #include "screenarea.h"
#include <cstring>
namespace VBA namespace VBA
{ {