Skip to content

Commit

Permalink
👽 Added fmt/ranges.h includes after updating {fmt} to version 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa committed Sep 6, 2024
1 parent 921b2aa commit 1634382
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include <fmt/color.h>
#include <fmt/format.h>
#include <fmt/ranges.h>
#include <mockturtle/traits.hpp>
#include <nlohmann/json.hpp>

Expand Down
1 change: 1 addition & 0 deletions include/fiction/io/dot_drawers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <fiction/layouts/hexagonal_layout.hpp>

#include <fmt/format.h>
#include <fmt/ranges.h>
#include <kitty/print.hpp>
#include <mockturtle/io/write_dot.hpp>
#include <mockturtle/traits.hpp>
Expand Down
1 change: 1 addition & 0 deletions include/fiction/io/write_sqd_layout.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include <fmt/chrono.h>
#include <fmt/format.h>
#include <fmt/ranges.h>

#include <cassert>
#include <chrono>
Expand Down

0 comments on commit 1634382

Please sign in to comment.