Skip to content

Commit

Permalink
It compiles now
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Mar 9, 2024
1 parent 7315175 commit decc871
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions trunk-recorder/recorders/analog_recorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class analog_recorder;
#include "../gr_blocks/transmission_sink.h"
#include "../gr_blocks/xlat_channelizer.h"
#include "../systems/system.h"
#include "../call_conventional.h"
#include "recorder.h"

#if GNURADIO_VERSION < 0x030900
Expand Down
1 change: 1 addition & 0 deletions trunk-recorder/recorders/dmr_recorder_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
#include "../gr_blocks/transmission_sink.h"
#include "../gr_blocks/xlat_channelizer.h"
#include "../source.h"
#include "../call_conventional.h"
#include "dmr_recorder.h"
#include "recorder.h"

Expand Down
1 change: 1 addition & 0 deletions trunk-recorder/recorders/p25_recorder_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
#include "../../lib/gr-latency/latency_probe.h"
#include "../../lib/gr-latency/latency_tagger.h"
#include "../gr_blocks/rms_agc.h"
#include "../call_conventional.h"
#include "p25_recorder.h"
#include "p25_recorder_decode.h"
#include "p25_recorder_fsk4_demod.h"
Expand Down
1 change: 1 addition & 0 deletions trunk-recorder/recorders/sigmf_recorder_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
#include "recorder.h"

#include "../source.h"
#include "../call_conventional.h"

class sigmf_recorder_impl : public sigmf_recorder {

Expand Down

0 comments on commit decc871

Please sign in to comment.