1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

Merge remote-tracking branch 'origin/next' into PipXtreme

This commit is contained in:
Brian Webb 2012-02-24 16:20:48 -07:00
commit d506dd1f35
2 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,10 @@
#include "GL/glu.h"
#endif
#if defined(Q_OS_LINUX)
#include "GL/glu.h"
#endif
#if !defined(Q_OS_MAC)
// ARB_vertex_buffer_object
extern PFNGLBINDBUFFERARBPROC glBindBuffer;

View File

@ -35,6 +35,10 @@
#include "GL/glu.h"
#endif
#if defined(Q_OS_LINUX)
#include "GL/glu.h"
#endif
#include <QtDebug>
using namespace glc;