mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 11:19:18 +01:00
Forgotten mac build fix.
This commit is contained in:
parent
8bfea4fcbf
commit
2979b6ae84
@ -30,10 +30,12 @@
|
||||
#include <QFile>
|
||||
|
||||
#include <projectM.hpp>
|
||||
#include <GL/gl.h>
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
# include "core/mac_startup.h"
|
||||
# include <OpenGL/gl.h>
|
||||
#else
|
||||
# include <GL/gl.h>
|
||||
#endif
|
||||
|
||||
ProjectMVisualisation::ProjectMVisualisation(QObject *parent)
|
||||
|
Loading…
Reference in New Issue
Block a user