aboutsummaryrefslogtreecommitdiff
path: root/libraries/Matrix/examples/hello_matrix/hello_matrix.pde
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2007-11-04 18:18:28 +0000
committerDavid A. Mellis <d.mellis@arduino.cc>2007-11-04 18:18:28 +0000
commit759cf6c4ae348c9588929d10f3704716ae21e22d (patch)
tree986077c724a250159516669dae86c8e657f24344 /libraries/Matrix/examples/hello_matrix/hello_matrix.pde
parentf3e3fb37cf41570e96e4497f31ce04fc283dae72 (diff)
Adding #include to Matrix examples.
Diffstat (limited to 'libraries/Matrix/examples/hello_matrix/hello_matrix.pde')
-rw-r--r--libraries/Matrix/examples/hello_matrix/hello_matrix.pde2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/Matrix/examples/hello_matrix/hello_matrix.pde b/libraries/Matrix/examples/hello_matrix/hello_matrix.pde
index b8e1971..eafed3e 100644
--- a/libraries/Matrix/examples/hello_matrix/hello_matrix.pde
+++ b/libraries/Matrix/examples/hello_matrix/hello_matrix.pde
@@ -1,3 +1,5 @@
+#include <Matrix.h>
+
// Hello Matrix
// by Nicholas Zambetti <http://www.zambetti.com>