summaryrefslogtreecommitdiff
path: root/robot/orangutan_shim.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-26 17:56:56 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-26 17:56:56 +0200
commite4b0a76f56e290b7b052b4d5dad7ebb710f12c98 (patch)
treeafc14712cc67ea1550b830056ca5055c568fec3e /robot/orangutan_shim.h
parent6a1c9853402f623ef9eba76556a9a0213f04d3c8 (diff)
fix merge conflicts
Diffstat (limited to 'robot/orangutan_shim.h')
-rw-r--r--robot/orangutan_shim.h1
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