Skip to content

Commit

Permalink
Fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Feb 7, 2024
1 parent ea57f34 commit 7b6661c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ApplicationLibCode/UserInterface/RiuViewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@

#include <algorithm>

#include <QLabel>

using cvf::ManipulatorTrackball;

const double RI_MIN_NEARPLANE_DISTANCE = 0.1;
Expand Down

0 comments on commit 7b6661c

Please sign in to comment.