Fix Linux/GCC build error after recent changes

This commit is contained in:
Brecht Van Lommel 2020-04-21 14:28:26 +02:00
parent 6f598ecc1a
commit f4ee9643ad
3 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@
* \brief Iterators used to iterate over the elements of the Curve. Can't be used in python
*/
#include "CurveIterators.h"
#include "Stroke.h"
namespace Freestyle {

View File

@ -23,6 +23,7 @@
*/
#include "Stroke.h"
#include "StrokeIterators.h"
namespace Freestyle {

View File

@ -24,6 +24,7 @@
*/
#include "ViewMap.h"
#include "ViewMapIterators.h"
#include "../system/Iterator.h" //soc