We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5263fab commit 9a85c49Copy full SHA for 9a85c49
src/args.h
@@ -1,6 +1,7 @@
1
#ifndef ARGS_H_
2
#define ARGS_H_
3
4
+#include <cstdint>
5
#include <string>
6
7
#include <linux/videodev2.h>
src/common/interface/subject.h
#ifndef SUBJECT_H_
#define SUBJECT_H_
+#include <algorithm>
#include <functional>
#include <memory>
#include <vector>
0 commit comments