From: Steinar H. Gunderson Date: Mon, 6 Apr 2020 17:11:37 +0000 (+0200) Subject: Fix v4l2proxy compilation without SSE2. X-Git-Tag: 0.7.5~4 X-Git-Url: https://git.sesse.net/?p=bmusb;a=commitdiff_plain;h=09d972e62555fa07fe6bc31cd81da272a2e152e3 Fix v4l2proxy compilation without SSE2. --- diff --git a/v4l2proxy.cpp b/v4l2proxy.cpp index 2bb40aa..3cb3bc0 100644 --- a/v4l2proxy.cpp +++ b/v4l2proxy.cpp @@ -18,7 +18,9 @@ #if __SSE2__ #include #endif +#include +using namespace std; using namespace bmusb; BMUSBCapture *usb;