X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Flibr2c2%2Farducontrol.h;h=d68a149a9275c957b5207e906d4f9586e3d63e9b;hb=a44355019e5a27da0d5e5287aae74864e4122e1f;hp=a48f6f0990aa59997b9c45bdde7778cd3506c17c;hpb=25aacc9bfe66f1a2bffd196c735d3444adac6fe3;p=r2c2.git diff --git a/source/libr2c2/arducontrol.h b/source/libr2c2/arducontrol.h index a48f6f0..d68a149 100644 --- a/source/libr2c2/arducontrol.h +++ b/source/libr2c2/arducontrol.h @@ -1,6 +1,7 @@ #ifndef LIBR2C2_ARDUCONTROL_H_ #define LIBR2C2_ARDUCONTROL_H_ +#include #include #include #include @@ -214,7 +215,7 @@ private: class Queue { private: - std::list items; + std::deque items; Msp::Mutex mutex; public: