1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-17 12:02:48 +01:00

Change include to make glib happy.

This commit is contained in:
John Maguire 2011-10-26 12:14:02 +02:00
parent 9c6964da2c
commit e1a99f1909

View File

@ -70,7 +70,7 @@
#include <QtDebug>
#include <glib-object.h>
#include <glib/gutils.h>
#include <glib.h>
#include <gst/gst.h>
#include <boost/scoped_ptr.hpp>