Skip to content

Commit

Permalink
🚨 Fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
TeWas committed Nov 10, 2024
1 parent abfa52c commit 1c1baf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/checker/EquivalenceChecker.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <algorithm>
#include <atomic>
#include <cstddef>
#include <memory>
#include <nlohmann/json_fwd.hpp>
#include <utility>

Expand Down
2 changes: 2 additions & 0 deletions src/checker/dd/DDHybridSchrodingerFeynmanChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "Definitions.hpp"
#include "EquivalenceCriterion.hpp"
#include "checker/EquivalenceChecker.hpp"
#include "dd/ComplexValue.hpp"
#include "dd/GateMatrixDefinitions.hpp"
#include "dd/Operations.hpp"
Expand All @@ -18,6 +19,7 @@
#include <cstddef>
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <memory>
#include <mutex>
#include <nlohmann/json.hpp>
Expand Down

0 comments on commit 1c1baf0

Please sign in to comment.