Skip to content

Commit 959f899

Browse files
authored
Include math::Angle since it is used here (#649)
Signed-off-by: Michael Carroll <[email protected]>
1 parent db92b43 commit 959f899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphics/src/SVGLoader.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323

2424
#include "tinyxml2.h"
2525

26+
#include "gz/math/Angle.hh"
27+
2628
#include "gz/common/Console.hh"
2729
#include "gz/common/Util.hh"
28-
2930
#include "gz/common/SVGLoader.hh"
3031

3132
using namespace gz;

0 commit comments

Comments
 (0)