blob: 8ba4bdb46e240e150055ccb1d670f4e680ae46b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- netmap/misc.h.orig Sun Dec 15 14:54:26 2002
+++ netmap/misc.h Sun Dec 15 14:54:26 2002
@@ -6,6 +6,7 @@
#include <iostream>
#include <list>
+using namespace std;
string indent(unsigned);
|