1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Use header only Boost linking for ADS-B plugin

This commit is contained in:
Jon Beniston 2020-11-06 15:36:42 +00:00
parent e76015f28f
commit 13db9f4d1a

View File

@ -19,6 +19,7 @@
#ifndef INCLUDE_ADSBDEMODSINK_H
#define INCLUDE_ADSBDEMODSINK_H
#define BOOST_CHRONO_HEADER_ONLY
#include <boost/chrono/chrono.hpp>
#include "dsp/channelsamplesink.h"