Skip to content

Commit 9a85c49

Browse files
committed
fix: miss header
1 parent 5263fab commit 9a85c49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/args.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef ARGS_H_
22
#define ARGS_H_
33

4+
#include <cstdint>
45
#include <string>
56

67
#include <linux/videodev2.h>

src/common/interface/subject.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef SUBJECT_H_
22
#define SUBJECT_H_
33

4+
#include <algorithm>
45
#include <functional>
56
#include <memory>
67
#include <vector>

0 commit comments

Comments
 (0)