Skip to content

Commit

Permalink
🎨 Fixed missing includes and consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa committed Dec 5, 2024
1 parent 27dead4 commit 4440713
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions cli/cmd/io/read.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <alice/alice.hpp>
#include <fmt/format.h>

#include <filesystem>
#include <memory>
#include <string>

Expand Down
8 changes: 4 additions & 4 deletions cli/cmd/physical_design/exact.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// Created by marcel on 06.01.20.
//

#if (FICTION_Z3_SOLVER)

#ifndef FICTION_CMD_EXACT_HPP
#define FICTION_CMD_EXACT_HPP

#if (FICTION_Z3_SOLVER)

#include <fiction/algorithms/physical_design/exact.hpp>
#include <fiction/layouts/clocking_scheme.hpp>
#include <fiction/types.hpp>
Expand Down Expand Up @@ -244,6 +244,6 @@ ALICE_ADD_COMMAND(exact, "Physical Design")

} // namespace alice

#endif // FICTION_CMD_EXACT_HPP

#endif // FICTION_Z3_SOLVER

#endif // FICTION_CMD_EXACT_HPP

0 comments on commit 4440713

Please sign in to comment.