Skip to content

Commit

Permalink
changed nlohmann include in bitorder propagation plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKlx committed Nov 5, 2024
1 parent b73e940 commit f715873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bitorder_propagation/src/bitorder_propagation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "hal_core/netlist/netlist.h"
#include "hal_core/netlist/pins/gate_pin.h"
#include "hal_core/netlist/pins/module_pin.h"
#include "nlohmann_json/json.hpp"
#include "nlohmann/json.hpp"

#include <deque>
#include <fstream>
Expand Down

0 comments on commit f715873

Please sign in to comment.