Skip to content

Commit

Permalink
SEACAS Iocgns: add missing cgnsconfig.h include
Browse files Browse the repository at this point in the history
The file Iocgns_Utils.C needs macros defined in cgnsconfig.h but was
not including it directly. Adding this include fixes the nightly
performance build on Stria.
  • Loading branch information
brian-kelley committed Apr 10, 2024
1 parent aa4118c commit 2ce7f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/seacas/libraries/ioss/src/cgns/Iocgns_Utils.C
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#endif
#include "cgns/Iocgns_StructuredZoneData.h"
#include "cgns/Iocgns_Utils.h"
#include <cgnsconfig.h>
#include <cgnstypes.h>
#include <cmath>
#include <cstring>
Expand Down

0 comments on commit 2ce7f9a

Please sign in to comment.