From 12b3abee8d4332454d0eb5f59e9b49a4c05f39e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=B6ller?= <matthias.moeller@rwth-aachen.de> 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 --- FileOfv.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/FileOfv.cc b/FileOfv.cc index 18793fc..5d6ad4b 100644 --- a/FileOfv.cc +++ b/FileOfv.cc @@ -39,7 +39,14 @@ * $Date$ * * * \*===========================================================================*/ +#include <ACG/GL/GLState.hh> + +#include <OpenFlipper/BasePlugin/PluginFunctions.hh> +#include <OpenFlipper/common/GlobalOptions.hh> +#include <OpenMesh/Core/IO/IOManager.hh> + +#include <OpenFlipper/ACGHelper/DrawModeConverter.hh> #if QT_VERSION >= 0x050000 #include <QtWidgets> @@ -53,14 +60,7 @@ #include "FileOfv.hh" #include <iostream> -#include <ACG/GL/GLState.hh> - -#include "OpenFlipper/BasePlugin/PluginFunctions.hh" -#include "OpenFlipper/common/GlobalOptions.hh" -#include <OpenMesh/Core/IO/IOManager.hh> - -#include <OpenFlipper/ACGHelper/DrawModeConverter.hh> void FileViewPlugin::initializePlugin() { } -- GitLab