Old gcc versions have problems with recursive #pragma GCC diagnostic push/pop

Workaround: Don't include "DisableStupidWarnings.h" before including other main-headers
This commit is contained in:
Christoph Hertzberg
2018-08-28 11:44:15 +02:00
parent 050bcf6126
commit 42f3ee4fb8
6 changed files with 10 additions and 11 deletions

View File

@@ -10,12 +10,12 @@
#include "Core"
#include "src/Core/util/DisableStupidWarnings.h"
#include "SVD"
#include "LU"
#include <limits>
#include "src/Core/util/DisableStupidWarnings.h"
/** \defgroup Geometry_Module Geometry module
*
* This module provides support for: