diff --git a/plugins/machine_learning/src/labels/gate_pair_label.cpp b/plugins/machine_learning/src/labels/gate_pair_label.cpp index 271fd10dca0..c15c8ef4d1a 100644 --- a/plugins/machine_learning/src/labels/gate_pair_label.cpp +++ b/plugins/machine_learning/src/labels/gate_pair_label.cpp @@ -3,7 +3,7 @@ #include "hal_core/netlist/gate.h" #include "hal_core/netlist/netlist.h" #include "hal_core/utilities/log.h" -#include "nlohmann_json/json.hpp" +#include "nlohmann/json.hpp" #include diff --git a/src/python_bindings/bindings/netlist_abstraction_decorator.cpp b/src/python_bindings/bindings/netlist_abstraction_decorator.cpp index 18ec5a8e98d..bf98c8a84c6 100644 --- a/src/python_bindings/bindings/netlist_abstraction_decorator.cpp +++ b/src/python_bindings/bindings/netlist_abstraction_decorator.cpp @@ -444,4 +444,5 @@ namespace hal :returns: A set of gates fulfilling the `target_gate_filter` condition. :rtype: set[hal_py.Gate] )"); - } // namespace hal + } +} // namespace hal