From 020c7b5cb846e768903e810474a9cbd4f30723c5 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Fri, 24 Aug 2018 12:05:55 +0100 Subject: [PATCH] Fix non-OSX compile issue (includes). --- include/eda_text.h | 1 + pcbnew/class_pcb_text.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/eda_text.h b/include/eda_text.h index 0f86647c1e..013557479b 100644 --- a/include/eda_text.h +++ b/include/eda_text.h @@ -30,6 +30,7 @@ #ifndef EDA_TEXT_H_ #define EDA_TEXT_H_ +#include #include // NORMALIZE_ANGLE_POS( angle ); #include // wxStringSplit #include // EDA_DRAW_MODE_T diff --git a/pcbnew/class_pcb_text.h b/pcbnew/class_pcb_text.h index 45280db95f..2cab7c0fe0 100644 --- a/pcbnew/class_pcb_text.h +++ b/pcbnew/class_pcb_text.h @@ -30,7 +30,6 @@ #ifndef CLASS_PCB_TEXT_H #define CLASS_PCB_TEXT_H -#include #include #include #include