GTK :
Readded wrongly removed includes. Thanks to mnk for the tip.
This commit is contained in:
parent
6f066367a4
commit
3dcb29b208
|
@ -18,6 +18,8 @@
|
|||
|
||||
#include "configfile.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include <glibmm/fileutils.h>
|
||||
#include <glibmm/iochannel.h>
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
|
||||
#include "screenarea-cairo.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
namespace VBA
|
||||
{
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
|
||||
#include "screenarea-opengl.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
namespace VBA
|
||||
{
|
||||
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
|
||||
#include <X11/extensions/Xvlib.h>
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#define FOURCC_YUY2 0x32595559
|
||||
|
||||
namespace VBA
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
|
||||
#include "screenarea.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
namespace VBA
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue