commit | fdfb3137c95ebde37b680d67a665cbe18671872c | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Sun Feb 24 15:27:27 2019 -0800 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sun Feb 24 15:29:53 2019 -0800 |
tree | 77b104232b8ecd9e884b921b8450b370cab506fe | |
parent | 63d095db1e027f9929203a2684b80365e32d0391 [diff] [blame] |
Make all the serialization code build for the Teensy too Change-Id: Ib3442220581553d78bb30e42818203959d987d85
diff --git a/y2019/jevois/uart.h b/y2019/jevois/uart.h index 87dcc97..2a4acec 100644 --- a/y2019/jevois/uart.h +++ b/y2019/jevois/uart.h
@@ -2,6 +2,7 @@ #define Y2019_JEVOIS_UART_H_ #include "aos/containers/sized_array.h" +#include "third_party/GSL/include/gsl/gsl" #include "third_party/optional/tl/optional.hpp" #include "y2019/jevois/cobs.h" #include "y2019/jevois/structures.h"