Skip to content

Commit

Permalink
applying pull request raulmur#834 to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumemoreau committed Apr 14, 2020
1 parent e2cc0b5 commit 58f79a6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Examples/Monocular/mono_euroc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* along with ORB-SLAM2. If not, see <http://www.gnu.org/licenses/>.
*/

#include <unistd.h>

#include<iostream>
#include<algorithm>
Expand Down
1 change: 1 addition & 0 deletions Examples/Monocular/mono_kitti.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* along with ORB-SLAM2. If not, see <http://www.gnu.org/licenses/>.
*/

#include<unistd.h>

#include<iostream>
#include<algorithm>
Expand Down
1 change: 1 addition & 0 deletions Examples/Monocular/mono_tum.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* along with ORB-SLAM2. If not, see <http://www.gnu.org/licenses/>.
*/

#include <unistd.h>

#include<iostream>
#include<algorithm>
Expand Down
1 change: 1 addition & 0 deletions Examples/RGB-D/rgbd_tum.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* along with ORB-SLAM2. If not, see <http://www.gnu.org/licenses/>.
*/

#include <unistd.h>

#include<iostream>
#include<algorithm>
Expand Down
1 change: 1 addition & 0 deletions Examples/Stereo/stereo_euroc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* along with ORB-SLAM2. If not, see <http://www.gnu.org/licenses/>.
*/

#include <unistd.h>

#include<iostream>
#include<algorithm>
Expand Down
2 changes: 2 additions & 0 deletions Examples/Stereo/stereo_kitti.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
*/


#include <unistd.h>

#include<iostream>
#include<algorithm>
#include<fstream>
Expand Down

0 comments on commit 58f79a6

Please sign in to comment.