From aa8eccc1bb5489d7ba1500cdcd29a3efd7442f6b Mon Sep 17 00:00:00 2001 From: Megan Conners Date: Thu, 5 Mar 2020 14:22:01 -0500 Subject: [PATCH] included stdint.h to fix "'int8_t' does not name a type" and similar errors when using this library in other projects --- PS2Mouse.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PS2Mouse.h b/PS2Mouse.h index b220382..eaaf8ec 100644 --- a/PS2Mouse.h +++ b/PS2Mouse.h @@ -1,3 +1,5 @@ +#include + #ifndef PS2Mouse_h #define PS2Mouse_h