Skip to content

Commit

Permalink
Fix build error in node.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
giucam authored and RalphSteinhagen committed Aug 5, 2023
1 parent 07a83d8 commit 782678d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/node.hpp
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#ifndef GNURADIO_NODE_HPP
#define GNURADIO_NODE_HPP

#include <fmt/format.h>
#include <map>

#include <annotated.hpp>
#include <node_traits.hpp>
#include <port.hpp>
#include <tag.hpp>
#include <typelist.hpp>
#include <utils.hpp>

#include <fmt/format.h>
#include <annotated.hpp> // This needs to be included after fmt/format.h, as it defines formatters only if FMT_FORMAT_H_ is defined
#include <refl.hpp>
#include <reflection.hpp>
#include <settings.hpp>
Expand Down

0 comments on commit 782678d

Please sign in to comment.