diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-26 17:56:56 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-26 17:56:56 +0200 |
commit | e4b0a76f56e290b7b052b4d5dad7ebb710f12c98 (patch) | |
tree | afc14712cc67ea1550b830056ca5055c568fec3e /robot/orangutan_shim.h | |
parent | 6a1c9853402f623ef9eba76556a9a0213f04d3c8 (diff) |
fix merge conflicts
Diffstat (limited to 'robot/orangutan_shim.h')
-rw-r--r-- | robot/orangutan_shim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/orangutan_shim.h b/robot/orangutan_shim.h index cd624d0..10420bd 100644 --- a/robot/orangutan_shim.h +++ b/robot/orangutan_shim.h @@ -5,6 +5,7 @@ #else #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Warray-bounds" +#include <pololu/3pi.h> #include <pololu/orangutan.h> #pragma GCC diagnostic pop #endif |