Skip to content

Commit 241131d

Browse files
authored
bugfix. fixes errors if legacy vector math is enabled. closes #6463 (#6468)
1 parent 49942e9 commit 241131d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/openFrameworks/graphics/ofPolyline.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
#include "glm/fwd.hpp"
88
#include <deque>
99

10+
#include "ofVec2f.h"
11+
#include "ofVec3f.h"
12+
#include "ofVec4f.h"
13+
1014
/// \file
1115
/// ofPolyLine allows you to combine multiple points into a single vector data
1216
/// object that can be drawn to the screen, manipulated point by point, and

0 commit comments

Comments
 (0)