From a056b0fbc8927aaae1cdd751bce36c727ce8c90c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 8 Jan 2019 13:22:53 +0100 Subject: [PATCH] Added missing includes for Qt to prepare removal of several large includes in Interfaces --- FileOBJ.hh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/FileOBJ.hh b/FileOBJ.hh index fdb8f32..73ebabc 100644 --- a/FileOBJ.hh +++ b/FileOBJ.hh @@ -47,10 +47,14 @@ * * \*===========================================================================*/ -#ifndef FILEOBJPLUGIN_HH -#define FILEOBJPLUGIN_HH +#pragma once #include +#include +#include +#include +#include +#include #include #include @@ -261,4 +265,3 @@ class FileOBJPlugin : public QObject, BaseInterface, FileInterface, LoadSaveInte #endif -#endif //FILEOBJPLUGIN_HH -- GitLab