c61b6dcfeb
PR: ports/111540 Submitted by: thierry (based on his patch)
11 lines
321 B
C++
11 lines
321 B
C++
--- classes/include/CflowdPortMatrix.hh.orig Fri Jun 15 16:36:13 2007
|
|
+++ classes/include/CflowdPortMatrix.hh Fri Jun 15 16:47:35 2007
|
|
@@ -51,6 +51,8 @@
|
|
|
|
#include <map>
|
|
#include <iostream.h>
|
|
+#include <strstream>
|
|
+using namespace std;
|
|
|
|
#include "CflowdPortMatrixKey.hh"
|
|
#include "CflowdPortMatrixTrafficCounter.hh"
|