← Back to team overview

kicad-developers team mailing list archive

[PATCH] Add missing header

 

---
 eeschema/sch_component.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eeschema/sch_component.cpp b/eeschema/sch_component.cpp
index c7cfd4ae4..018d34545 100644
--- a/eeschema/sch_component.cpp
+++ b/eeschema/sch_component.cpp
@@ -54,6 +54,7 @@
 
 #include <wx/tokenzr.h>
 #include <iostream>
+#include <cctype>
 
 #include <eeschema_id.h>    // for MAX_UNIT_COUNT_PER_PACKAGE definition
 

Follow ups