commit | 166b948574b21261fa9fe84430870ebd6d35a98e | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Mar 09 14:38:51 2013 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Mar 09 14:38:51 2013 -0800 |
tree | 0a18436b8f1312dba3faad6d436147ee7aee1dd1 | |
parent | 941950573c8085d41380abee1fc3930e17facbed [diff] |
Fixed broken build.
diff --git a/frc971/control_loops/index/index.h b/frc971/control_loops/index/index.h index 37bcb26..54d7c3f 100644 --- a/frc971/control_loops/index/index.h +++ b/frc971/control_loops/index/index.h
@@ -2,7 +2,7 @@ #define FRC971_CONTROL_LOOPS_WRIST_H_ #include <deque> -#include "aos/common/libstdc++/memory" +#include <memory> #include "aos/common/control_loop/ControlLoop.h" #include "aos/common/time.h"