Skip to content

Commit

Permalink
Added line to fix strange bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SloCompTech committed Feb 10, 2017
1 parent a1f16d7 commit 5c9f247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/SimpleList/SimpleList.ino
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/
#include "QList.h"
#include "QList.cpp" // For strange bug fix
QList<String> myList;
void setup()
{
Expand Down

0 comments on commit 5c9f247

Please sign in to comment.