Skip to content

Commit

Permalink
Include math::Angle since it is used here (#649)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Oct 18, 2024
1 parent db92b43 commit 959f899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphics/src/SVGLoader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@

#include "tinyxml2.h"

#include "gz/math/Angle.hh"

#include "gz/common/Console.hh"
#include "gz/common/Util.hh"

#include "gz/common/SVGLoader.hh"

using namespace gz;
Expand Down

0 comments on commit 959f899

Please sign in to comment.