Add missing include for PinNames.h

pull/15002/head
Ladislas de Toldi 2021-08-13 18:07:13 +02:00
parent df00ed4efe
commit e1de484471
No known key found for this signature in database
GPG Key ID: C5241848279CD797
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#ifndef MBED_INTERFACE_DIGITALIN_H_
#define MBED_INTERFACE_DIGITALIN_H_
#include "PinNames.h"
namespace mbed {