From 42411c6ef0e0d3cae3dcdf20b45cbe5fabd0fa64 Mon Sep 17 00:00:00 2001 From: ptrkrysik Date: Wed, 8 Jul 2015 10:50:41 +0200 Subject: Added more includes of STL containers definitions. In some configurations lack of these includes cause compile errors. --- lib/decryption/decryption_impl.h | 1 + lib/demapping/universal_ctrl_chans_demapper_impl.cc | 1 + lib/demapping/universal_ctrl_chans_demapper_impl.h | 1 + lib/misc_utils/extract_system_info_impl.h | 1 + lib/receiver/cx_channel_hopper_impl.h | 1 + lib/receiver/receiver_impl.h | 1 + 6 files changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/decryption/decryption_impl.h b/lib/decryption/decryption_impl.h index a39cf4f..aadd861 100644 --- a/lib/decryption/decryption_impl.h +++ b/lib/decryption/decryption_impl.h @@ -22,6 +22,7 @@ #define INCLUDED_GSM_DECRYPTION_IMPL_H #include +#include namespace gr { namespace gsm { diff --git a/lib/demapping/universal_ctrl_chans_demapper_impl.cc b/lib/demapping/universal_ctrl_chans_demapper_impl.cc index c9e461a..8a6bfb5 100644 --- a/lib/demapping/universal_ctrl_chans_demapper_impl.cc +++ b/lib/demapping/universal_ctrl_chans_demapper_impl.cc @@ -28,6 +28,7 @@ #include "universal_ctrl_chans_demapper_impl.h" #include #include +#include namespace gr { namespace gsm { diff --git a/lib/demapping/universal_ctrl_chans_demapper_impl.h b/lib/demapping/universal_ctrl_chans_demapper_impl.h index 67e917e..d4e1440 100644 --- a/lib/demapping/universal_ctrl_chans_demapper_impl.h +++ b/lib/demapping/universal_ctrl_chans_demapper_impl.h @@ -24,6 +24,7 @@ #define INCLUDED_GSM_UNIVERSAL_CTRL_CHANS_DEMAPPER_IMPL_H #include +#include namespace gr { namespace gsm { diff --git a/lib/misc_utils/extract_system_info_impl.h b/lib/misc_utils/extract_system_info_impl.h index fe7b08a..ea259ad 100644 --- a/lib/misc_utils/extract_system_info_impl.h +++ b/lib/misc_utils/extract_system_info_impl.h @@ -26,6 +26,7 @@ #include #include #include +#include namespace gr { namespace gsm { diff --git a/lib/receiver/cx_channel_hopper_impl.h b/lib/receiver/cx_channel_hopper_impl.h index 7a52b05..2e630db 100644 --- a/lib/receiver/cx_channel_hopper_impl.h +++ b/lib/receiver/cx_channel_hopper_impl.h @@ -24,6 +24,7 @@ #define INCLUDED_GSM_CX_CHANNEL_HOPPER_IMPL_H #include +#include namespace gr { namespace gsm { diff --git a/lib/receiver/receiver_impl.h b/lib/receiver/receiver_impl.h index f7d7a05..d668e14 100644 --- a/lib/receiver/receiver_impl.h +++ b/lib/receiver/receiver_impl.h @@ -27,6 +27,7 @@ #include #include #include +#include namespace gr { namespace gsm { -- cgit v1.2.3