From 4fa889c4f972120d56fdc1308ba5928fb692a305 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 27 Apr 2012 18:49:33 -0700 Subject: convert: some platform specific fixes neon: missing header windows: shuffle needs to be deemed "constant expression", fixed with a template parameter. --- host/lib/convert/convert_with_neon.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/convert/convert_with_neon.cpp') diff --git a/host/lib/convert/convert_with_neon.cpp b/host/lib/convert/convert_with_neon.cpp index ad184e1b6..e994d97a6 100644 --- a/host/lib/convert/convert_with_neon.cpp +++ b/host/lib/convert/convert_with_neon.cpp @@ -16,6 +16,7 @@ // #include "convert_common.hpp" +#include #include using namespace uhd::convert; -- cgit v1.2.3