Index: trunk/MagicSoft/Cosy/videodev/FilterLed.cc
===================================================================
--- trunk/MagicSoft/Cosy/videodev/FilterLed.cc	(revision 7794)
+++ trunk/MagicSoft/Cosy/videodev/FilterLed.cc	(revision 8377)
@@ -2,5 +2,5 @@
 
 #include <memory.h>   // memset
-#include <iostream.h> // cout
+#include <iostream> // cout
 
 #include "Led.h"
@@ -11,4 +11,6 @@
 
 ClassImp(FilterLed);
+
+using namespace std;
 
 class ClusterFinder
