Skip to content

Commit

Permalink
Added include arduino.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SloCompTech committed Feb 10, 2017
1 parent 02ccc4d commit f8f553d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/QList.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#define NULL 0
#endif

#include "Arduino.h"

template<class T>
class QList
{
Expand Down

0 comments on commit f8f553d

Please sign in to comment.