diff --git a/libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC82X/us_ticker.c b/libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC82X/us_ticker.c index 9b2fe130ce..dfb8debe52 100644 --- a/libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC82X/us_ticker.c +++ b/libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC82X/us_ticker.c @@ -13,6 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#include +#include "us_ticker_api.h" +#include "PeripheralNames.h" static int us_ticker_inited = 0; int MRT_Clock_MHz;