Include endian.h in cx_channel_hopper_impl and make burst_sink/source link Boost thread library

This commit is contained in:
Martin Jesper Low Madsen 2015-06-24 13:33:56 +02:00
parent 9ee374b53e
commit f3105d9585
2 changed files with 8 additions and 8 deletions

View File

@ -58,7 +58,7 @@ set(Boost_ADDITIONAL_VERSIONS
"1.60.0" "1.60" "1.61.0" "1.61" "1.62.0" "1.62" "1.63.0" "1.63" "1.64.0" "1.64"
"1.65.0" "1.65" "1.66.0" "1.66" "1.67.0" "1.67" "1.68.0" "1.68" "1.69.0" "1.69"
)
find_package(Boost "1.35" COMPONENTS filesystem system)
find_package(Boost "1.35" COMPONENTS filesystem system thread)
if(NOT Boost_FOUND)
message(FATAL_ERROR "Boost required to compile gr-gsm")

View File

@ -26,6 +26,7 @@
#include <gnuradio/io_signature.h>
#include <grgsm/gsmtap.h>
#include <grgsm/endian.h>
#include "cx_channel_hopper_impl.h"
namespace gr {
@ -134,4 +135,3 @@ namespace gr {
} /* namespace gsm */
} /* namespace gr */