From f93eb4d02bc0babae13ea0e677e4e36b58050cc3 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 18 Mar 2013 00:32:12 -0700 Subject: volk: header fixes from maint --- volk/apps/volk_profile.cc | 5 +++-- 1 file 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 #include -} + +#include #include #include #include -- cgit