commit | 941950573c8085d41380abee1fc3930e17facbed | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Mar 09 13:45:05 2013 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Mar 09 14:34:12 2013 -0800 |
tree | 2562d18889b3715909ddb1cff505d1549440e271 | |
parent | 7c0e2aa59cde0fbf913f742b09e89a029855f705 [diff] [blame] |
compile fixes for the index loop
diff --git a/frc971/control_loops/index/index.h b/frc971/control_loops/index/index.h index 64d515a..37bcb26 100644 --- a/frc971/control_loops/index/index.h +++ b/frc971/control_loops/index/index.h
@@ -1,8 +1,8 @@ #ifndef FRC971_CONTROL_LOOPS_WRIST_H_ #define FRC971_CONTROL_LOOPS_WRIST_H_ -#include <memory> #include <deque> +#include "aos/common/libstdc++/memory" #include "aos/common/control_loop/ControlLoop.h" #include "aos/common/time.h"