Index: trunk/FACT++/src/ratecontrol.cc
===================================================================
--- trunk/FACT++/src/ratecontrol.cc	(revision 16080)
+++ trunk/FACT++/src/ratecontrol.cc	(revision 16081)
@@ -68,7 +68,7 @@
     uint16_t fRequiredEvents;
 
-    deque<pair<Time,float>> fCurrentsMed;
-    deque<pair<Time,float>> fCurrentsDev;
-    deque<pair<Time,vector<float>>> fCurrentsVec;
+    list<pair<Time,float>> fCurrentsMed;
+    list<pair<Time,float>> fCurrentsDev;
+    list<pair<Time,vector<float>>> fCurrentsVec;
 
     bool fVerbose;
