From c4e0fc4c1bad3a1479162710ec29ed4ff8d51605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=B6ller?= Date: Fri, 27 Jun 2014 12:18:12 +0000 Subject: [PATCH] - add dllexport and fix some linker error for windows - add includes - fix gl function names (from no_ext to arb extension) - rearrange includes, so that glew.h is included before gl.h (through qt5.0) is included - add some missing file properties git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@19018 383ad7c9-94d9-4d36-a494-682f7c89f535 --- FileOFF.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/FileOFF.cc b/FileOFF.cc index eec3536..ee4adf8 100644 --- a/FileOFF.cc +++ b/FileOFF.cc @@ -40,6 +40,7 @@ * * \*===========================================================================*/ +#include "FileOFF.hh" #if QT_VERSION >= 0x050000 #include @@ -51,15 +52,13 @@ #include #include -#include "FileOFF.hh" - #include #include #include #include -#include "OpenFlipper/BasePlugin/PluginFunctions.hh" -#include "OpenFlipper/common/GlobalOptions.hh" +#include +#include #include #include -- GitLab