Fix missing include.

This commit is contained in:
Jeff Young 2018-04-06 11:38:18 +01:00
parent db73daa09c
commit 24b8768f43
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#ifndef CLASS_PCB_TEXT_H
#define CLASS_PCB_TEXT_H
#include <mutex>
#include <eda_text.h>
#include <class_board_item.h>
#include <PolyLine.h>