Skip to content

Commit

Permalink
Adding missing include file
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Nov 9, 2024
1 parent 5d7dfb6 commit 45ae6a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/dryad/format/gnds/readConstant1d.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef NJOY_DRYAD_FORMAT_GNDS_CONSTANT1D
#define NJOY_DRYAD_FORMAT_GNDS_CONSTANT1D
#ifndef NJOY_DRYAD_FORMAT_GNDS_READCONSTANT1D
#define NJOY_DRYAD_FORMAT_GNDS_READCONSTANT1D

// system includes
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion src/dryad/format/gnds/readLegendre.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define NJOY_DRYAD_FORMAT_GNDS_READLEGENDRE

// system includes
#include <vector>
#include <optional>

// other includes
#include "pugixml.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/dryad/format/gnds/readXYs1d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define NJOY_DRYAD_FORMAT_GNDS_READXYS1D

// system includes
#include <optional>
#include <vector>

// other includes
Expand Down
1 change: 0 additions & 1 deletion src/dryad/format/gnds/throwExceptionOnWrongNode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define NJOY_DRYAD_FORMAT_GNDS_THROWEXCEPTIONONWRONGNODE

// system includes
#include <vector>

// other includes
#include "pugixml.hpp"
Expand Down

0 comments on commit 45ae6a7

Please sign in to comment.