Weird problem where gcc4.7 does not work if the label.H-Header is

included before vector.H
This commit is contained in:
Bernhard F.W. Gschaider 2014-02-21 21:21:16 +01:00
parent 198c096905
commit 74bc4eacdf
2 changed files with 2 additions and 3 deletions

View file

@ -35,8 +35,8 @@ SourceFiles
#ifndef refineCell_H
#define refineCell_H
#include "label.H"
#include "vector.H"
#include "label.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -123,4 +123,3 @@ public:
#endif
// ************************************************************************* //

View file

@ -35,8 +35,8 @@ SourceFiles
#ifndef meshTools_H
#define meshTools_H
#include "label.H"
#include "vector.H"
#include "label.H"
#include "labelList.H"
#include "pointField.H"
#include "faceList.H"