From dddba82d184353c581ff1550b0237de02a0ac3b3 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 18 Aug 2014 14:18:43 -0400 Subject: [PATCH] Fix artf3337 - add include to define int32_t in CounterBase.h Change-Id: Ia6ce4e57a36d628fb9f61e1ac8c3d3101e22f165 --- wpilibc/wpilibC++Devices/include/CounterBase.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wpilibc/wpilibC++Devices/include/CounterBase.h b/wpilibc/wpilibC++Devices/include/CounterBase.h index 9596829ca0..f475ddfefb 100644 --- a/wpilibc/wpilibC++Devices/include/CounterBase.h +++ b/wpilibc/wpilibC++Devices/include/CounterBase.h @@ -5,6 +5,8 @@ /*----------------------------------------------------------------------------*/ #pragma once +#include + /** * Interface for counting the number of ticks on a digital input channel. * Encoders, Gear tooth sensors, and counters should all subclass this so it can