]> git.sesse.net Git - bmusb/commitdiff
Fix v4l2proxy compilation without SSE2.
authorSteinar H. Gunderson <steinar+naguru@gunderson.no>
Mon, 6 Apr 2020 17:11:37 +0000 (19:11 +0200)
committerBigscreen user <sesse@bigscreen.party.solskogen.no>
Mon, 6 Apr 2020 17:12:22 +0000 (19:12 +0200)
v4l2proxy.cpp

index 2bb40aae484ae2a7f57547bf6aebacc2329ab775..3cb3bc0af137c197aee90bfd473f830e03c338aa 100644 (file)
@@ -18,7 +18,9 @@
 #if __SSE2__
 #include <immintrin.h>
 #endif
 #if __SSE2__
 #include <immintrin.h>
 #endif
+#include <algorithm>
 
 
+using namespace std;
 using namespace bmusb;
 
 BMUSBCapture *usb;
 using namespace bmusb;
 
 BMUSBCapture *usb;