commit | 5c0bf77d3fee964a11ef927d5b24f592be7487fe | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Thu Feb 28 16:44:44 2013 -0800 |
committer | Brian Silverman <brians> | Thu Mar 07 22:43:26 2013 -0800 |
tree | 1b33dfdecda59705ae9c47421f67a56762ec652f | |
parent | b3616971700934418fc9eecea97583fcd663c0cb [diff] [blame] |
created LimitEncoderReader
diff --git a/aos/common/libstdc++/utility b/aos/common/libstdc++/utility new file mode 100644 index 0000000..50b8aa3 --- /dev/null +++ b/aos/common/libstdc++/utility
@@ -0,0 +1,4 @@ +#include <utility> +#ifdef __VXWORKS__ +#include "aos/crio/libstdc++/move.h" +#endif