Skip to content

Commit

Permalink
SLICE: Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Sep 8, 2023
1 parent c95f789 commit 153b390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/seacas/applications/slice/SL_Decompose.C
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#include <Ioss_Utils.h>

#include <cassert>
#include <fstream>

#include <exodusII.h>
#include <fmt/color.h>
#include <fmt/format.h>
Expand Down
1 change: 0 additions & 1 deletion packages/seacas/applications/slice/Slice.C
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include <cstddef>
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <map>
#include <numeric>
#include <string>
Expand Down

0 comments on commit 153b390

Please sign in to comment.