Skip to content

Commit

Permalink
appling pull request raulmur#834
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumemoreau committed Apr 14, 2020
1 parent f2e6f51 commit e2cc0b5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LocalMapping.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include "ORBmatcher.h"
#include "Optimizer.h"

#include <unistd.h>

#include<mutex>

namespace ORB_SLAM2
Expand Down
2 changes: 2 additions & 0 deletions src/LoopClosing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

#include "ORBmatcher.h"

#include <unistd.h>

#include<mutex>
#include<thread>

Expand Down
1 change: 1 addition & 0 deletions src/System.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "System.h"
#include "Converter.h"
#include <unistd.h>
#include <thread>
#include <pangolin/pangolin.h>
#include <iomanip>
Expand Down
2 changes: 2 additions & 0 deletions src/Tracking.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#include"Optimizer.h"
#include"PnPsolver.h"

#include <unistd.h>

#include<iostream>

#include<mutex>
Expand Down
2 changes: 2 additions & 0 deletions src/Viewer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#include "Viewer.h"
#include <pangolin/pangolin.h>

#include <unistd.h>

#include <mutex>

namespace ORB_SLAM2
Expand Down

0 comments on commit e2cc0b5

Please sign in to comment.