diff options
Diffstat (limited to 'libraries/Matrix')
| -rw-r--r-- | libraries/Matrix/examples/hello_matrix/hello_matrix.pde | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/libraries/Matrix/examples/hello_matrix/hello_matrix.pde b/libraries/Matrix/examples/hello_matrix/hello_matrix.pde index eafed3e..127917f 100644 --- a/libraries/Matrix/examples/hello_matrix/hello_matrix.pde +++ b/libraries/Matrix/examples/hello_matrix/hello_matrix.pde @@ -1,3 +1,4 @@ +#include <Sprite.h>  #include <Matrix.h>  // Hello Matrix | 
