diff options
author | Josh Blum | 2013-03-18 00:32:12 -0700 |
---|---|---|
committer | Josh Blum | 2013-03-18 00:32:12 -0700 |
commit | f93eb4d02bc0babae13ea0e677e4e36b58050cc3 (patch) | |
tree | acd43e7d8d6ee0e2c41e00a9f7cf4627965d70af /volk | |
parent | db5e2b1ff292f29fa778326722100a3bea3ef4c3 (diff) | |
download | gnuradio-f93eb4d02bc0babae13ea0e677e4e36b58050cc3.tar.gz gnuradio-f93eb4d02bc0babae13ea0e677e4e36b58050cc3.tar.bz2 gnuradio-f93eb4d02bc0babae13ea0e677e4e36b58050cc3.zip |
volk: header fixes from maint
Diffstat (limited to 'volk')
-rw-r--r-- | volk/apps/volk_profile.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/volk/apps/volk_profile.cc b/volk/apps/volk_profile.cc index 3b1ab370d..fa89a93bf 100644 --- a/volk/apps/volk_profile.cc +++ b/volk/apps/volk_profile.cc @@ -1,8 +1,9 @@ #include "qa_utils.h" -extern "C" { + #include <volk/volk.h> #include <volk/volk_prefs.h> -} + +#include <ciso646> #include <vector> #include <boost/foreach.hpp> #include <boost/filesystem.hpp> |