aboutsummaryrefslogtreecommitdiffstats
path: root/lib/receiver/receiver_impl.h
diff options
context:
space:
mode:
authorptrkrysik <ptrkrysik@gmail.com>2015-07-08 10:50:41 +0200
committerptrkrysik <ptrkrysik@gmail.com>2015-07-08 10:50:41 +0200
commit42411c6ef0e0d3cae3dcdf20b45cbe5fabd0fa64 (patch)
tree6837374ccd793229b838c775388462ed6e67c514 /lib/receiver/receiver_impl.h
parent3fe75841251a30fd74675830b5c1be5ad55625f1 (diff)
Added more includes of STL containers definitions.
In some configurations lack of these includes cause compile errors.
Diffstat (limited to 'lib/receiver/receiver_impl.h')
-rw-r--r--lib/receiver/receiver_impl.h1
1 files changed, 1 insertions, 0 deletions
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 <grgsm/gsmtap.h>
#include <gsm_constants.h>
#include <receiver_config.h>
+#include <vector>
namespace gr {
namespace gsm {