zacsketches / Arduino_Vector

Lightweight implementation of the STL vector for Arduino
36 stars 7 forks source link

The library fails to compile on Linux #2

Closed duhanebel closed 6 years ago

duhanebel commented 6 years ago

Vector.h includes “arduino.h” instead of the correct “Arduino.h”. This fails on case-sensitive OSs like *NIX

micooke commented 6 years ago

+1

jngermon commented 6 years ago

+1 The PR of @duhanebel is ready and works for me.

zacsketches commented 6 years ago

@duhanebel thanks for this little fix, and also to @micooke and @jngermon for validating the fix.