Skip to content

Commit

Permalink
add missing includes
Browse files Browse the repository at this point in the history
This is required on QGLViewer > 2.5 as the other headers only have forward
references on ManipulatedFrame and ManipulatedCameraFrame. Since the added
headers exist on older versions of QGLViewer, it should not be an issue on older
versions of the library.
  • Loading branch information
doudou committed Mar 6, 2014
1 parent 7f7d1d9 commit 4e36c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions octovis/src/SelectionBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
// workaround for Windows
#define NOMINMAX
#include <octovis/SelectionBox.h>
#include <QGLViewer/manipulatedFrame.h>

namespace octomap{

Expand Down
1 change: 1 addition & 0 deletions octovis/src/ViewerWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
*/

#include <octovis/ViewerWidget.h>
#include <QGLViewer/manipulatedCameraFrame.h>

#ifndef M_PI_2
#define M_PI_2 1.5707963267948966192E0
Expand Down

0 comments on commit 4e36c70

Please sign in to comment.