Fix missing header.

This commit is contained in:
jean-pierre charras 2022-07-25 18:41:38 +02:00
parent 130723ebac
commit 81d9524e03
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <math/box2.h>
#include <list>
#include <vector>
#include <memory>
#include "eda_angle.h"
class SHAPE_SIMPLE;