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/demapping/universal_ctrl_chans_demapper_impl.cc | 1 + lib/demapping/universal_ctrl_chans_demapper_impl.h | 1 + 2 files changed, 2 insertions(+) (limited to 'lib/demapping') 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 { -- cgit v1.2.3