Skip to content

Commit

Permalink
FMT: Fixes for latest releast of lib::fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Jan 3, 2024
1 parent b61a959 commit ff6336d
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/seacas/applications/cpup/cpup.C
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "add_to_log.h"
#define FMT_DEPRECATED_OSTREAM
#include "fmt/ostream.h"
#include "fmt/ranges.h"
#include "format_time.h"
#include "hwm.h"
#include "open_file_limit.h"
Expand Down
1 change: 1 addition & 0 deletions packages/seacas/applications/exodiff/check.C
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "exo_block.h"
#include "exodusII.h"
#include "fmt/ostream.h"
#include "fmt/ranges.h"
#include "node_set.h"
#include "side_set.h"
#include "smart_assert.h"
Expand Down
1 change: 1 addition & 0 deletions packages/seacas/applications/slice/SL_Decompose.C
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#endif
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <fmt/ranges.h>
#include <init/Ionit_Initializer.h>

#if USE_METIS
Expand Down
1 change: 1 addition & 0 deletions packages/seacas/applications/zellij/Cell.C
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <Ioss_SmartAssert.h>
#include <algorithm>
#include <fmt/format.h>
#include <fmt/ranges.h>
#include <string>

//! \file
Expand Down
1 change: 1 addition & 0 deletions packages/seacas/applications/zellij/Grid.C
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <fmt/chrono.h>
#include <fmt/color.h>
#include <fmt/ostream.h>
#include <fmt/ranges.h>
#include <open_file_limit.h>
#include <time_stamp.h>
#include <tokenize.h>
Expand Down
1 change: 1 addition & 0 deletions packages/seacas/applications/zellij/UnitCell.C
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "Ioss_SmartAssert.h"
#include "Ioss_Sort.h"
#include "fmt/format.h"
#include "fmt/ranges.h"

//! \file

Expand Down
1 change: 1 addition & 0 deletions packages/seacas/libraries/aprepro_lib/apr_scanner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,7 @@ static yyconst flex_int16_t yy_rule_linenum[102] = {
#include "aprepro.h"
#include "fmt/format.h"
#include "fmt/ostream.h"
#include "fmt/ranges.h"

#define YY_NO_UNISTD_H
/* import the parser's token type into a local typedef */
Expand Down
1 change: 1 addition & 0 deletions packages/seacas/libraries/ioss/src/Ioss_IOFactory.C
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "Ioss_Version.h"
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <fmt/ranges.h>
#include <map> // for _Rb_tree_iterator, etc
#include <ostream> // for basic_ostream, etc
#include <set>
Expand Down
1 change: 1 addition & 0 deletions packages/seacas/libraries/ioss/src/Ioss_StructuredBlock.C
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <cstddef> // for size_t
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <fmt/ranges.h>
#include <iostream>
#include <stdlib.h>
#include <string> // for string
Expand Down
1 change: 1 addition & 0 deletions packages/seacas/libraries/ioss/src/Ioss_Utils.C
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <fmt/ranges.h>
#include <fstream>
#include <ostream>
#include <sstream>
Expand Down
1 change: 1 addition & 0 deletions packages/seacas/libraries/ioss/src/Ioss_ZoneConnectivity.C
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "Ioss_ZoneConnectivity.h"
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <fmt/ranges.h>
#include <string> // for string
#include <vector> // for vector

Expand Down
1 change: 1 addition & 0 deletions packages/seacas/libraries/ioss/src/heartbeat/Iohb_Layout.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <fmt/format.h>
#include <fmt/ostream.h>
#include <fmt/ranges.h>
#include <sstream>
#include <string>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions packages/seacas/libraries/ioss/src/main/io_info.C
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "Ioss_StructuredBlock.h"
#include "Ioss_ZoneConnectivity.h"
#include <fmt/core.h>
#include <fmt/ranges.h>
#include <stdint.h>
#include <tokenize.h>

Expand Down
1 change: 1 addition & 0 deletions packages/seacas/libraries/ioss/src/main/io_modify.C
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <fmt/ranges.h>
#include <fstream>
#include <iostream>
#include <map>
Expand Down
1 change: 1 addition & 0 deletions packages/seacas/libraries/ioss/src/main/sphgen.C
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <cstring>
#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/ranges.h>
#include <stdio.h>
#include <string>
#include <vector>
Expand Down

0 comments on commit ff6336d

Please sign in to comment.