Fix dependencies problems

Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
Micaela Verucchi
2020-02-27 16:48:10 +01:00
parent 3be254b08f
commit 1d38d88c85
7 changed files with 21 additions and 78 deletions
+5
View File
@@ -1,3 +1,6 @@
#ifndef YOLODETECTION_H
#define YOLODETECTION_H
#include <iostream>
#include <signal.h>
#include <stdlib.h> /* srand, rand */
@@ -66,3 +69,5 @@ class Yolo3Detection {
};
}}
#endif /* YOLODETECTION_H*/