We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc67e22 commit 7b23f3bCopy full SHA for 7b23f3b
1 file changed
examples/barcode-scanner/src/LiteCamJNI.cpp
@@ -2,6 +2,7 @@
2
#include <jni.h>
3
#include <vector>
4
#include <mutex>
5
+#include <cstring>
6
#include <string>
7
8
// Simple singleton registry for opened cameras referenced by an integer handle.
0 commit comments