]> git.sesse.net Git - bmusb/blobdiff - v4l2proxy.cpp
Fix v4l2proxy compilation without SSE2.
[bmusb] / v4l2proxy.cpp
index 2bb40aae484ae2a7f57547bf6aebacc2329ab775..3cb3bc0af137c197aee90bfd473f830e03c338aa 100644 (file)
@@ -18,7 +18,9 @@
 #if __SSE2__
 #include <immintrin.h>
 #endif
+#include <algorithm>
 
+using namespace std;
 using namespace bmusb;
 
 BMUSBCapture *usb;