summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'evs/sampleDriver/VideoCapture.h')
-rw-r--r--evs/sampleDriver/VideoCapture.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/evs/sampleDriver/VideoCapture.h b/evs/sampleDriver/VideoCapture.h
index f2d11752..63305b91 100644
--- a/evs/sampleDriver/VideoCapture.h
+++ b/evs/sampleDriver/VideoCapture.h
@@ -13,6 +13,9 @@
13 * See the License for the specific language governing permissions and 13 * See the License for the specific language governing permissions and
14 * limitations under the License. 14 * limitations under the License.
15 */ 15 */
16#ifndef ANDROID_HARDWARE_AUTOMOTIVE_EVS_V1_0_VIDEOCAPTURE_H
17#define ANDROID_HARDWARE_AUTOMOTIVE_EVS_V1_0_VIDEOCAPTURE_H
18
16#include <atomic> 19#include <atomic>
17#include <thread> 20#include <thread>
18#include <functional> 21#include <functional>
@@ -73,3 +76,4 @@ private:
73 }; 76 };
74}; 77};
75 78
79#endif // ANDROID_HARDWARE_AUTOMOTIVE_EVS_V1_0_VIDEOCAPTURE_