Skip to content

Commit

Permalink
Merge branch 'TinyIncludeFix' into 'master'
Browse files Browse the repository at this point in the history
[App] Fix include issue

See merge request ogs/ogs!4725
  • Loading branch information
endJunction committed Aug 30, 2023
2 parents 099fdf0 + f42f87f commit 073d0b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Applications/FileIO/Gmsh/GMSHAdaptiveMeshDensity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "GeoLib/Point.h"
#include "GeoLib/Polygon.h"
#ifndef NDEBUG
#include "GeoLib/GEOObjects.h"
#include "GeoLib/Polyline.h"
#endif
#include "GeoLib/QuadTree.h"
Expand Down
4 changes: 4 additions & 0 deletions Applications/FileIO/Gmsh/GMSHAdaptiveMeshDensity.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

#pragma once

#ifndef NDEBUG
#include <string>
#endif

#include "GMSHMeshDensityStrategy.h"

namespace GeoLib
Expand Down

0 comments on commit 073d0b9

Please sign in to comment.