Skip to content

Commit

Permalink
Fix windows warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
greimela-si authored and anhosi committed Jun 12, 2018
1 parent e7a287a commit 777f731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
#include <OgreRay.h>
#include <OgreVector3.h>
#include <OgreViewport.h>
#include <rviz_rendering/render_window.hpp>

#ifndef _WIN32
# pragma GCC diagnostic pop
Expand All @@ -56,6 +55,7 @@
#include "rviz_common/render_panel.hpp"
#include "rviz_common/viewport_mouse_event.hpp"
#include "rviz_common/view_controller.hpp"
#include "rviz_rendering/render_window.hpp"

#include "./focus_tool.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <QCursor>

#include "rviz_common/tool.hpp"
#include "rviz_common/viewport_mouse_event.hpp"

namespace rviz_default_plugins
{
Expand Down

0 comments on commit 777f731

Please sign in to comment.