Skip to content

Commit

Permalink
Strange fix
Browse files Browse the repository at this point in the history
For strange reasons we need to include .cpp file in sketch
  • Loading branch information
SloCompTech committed Dec 1, 2016
1 parent eb5586b commit 43a4fc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/SimpleList/SimpleList.ino
Expand Up @@ -9,7 +9,9 @@
https://github.com/SloCompTech/QList
*/
#include "Qlist.h"
#include "QList.h"
// Need to be for unknown reason
#include "QList.cpp"
QList<String> myList;
void setup()
{
Expand Down

0 comments on commit 43a4fc4

Please sign in to comment.