blob: 42ecd0cbc444981fc9b303d6903133a5a63d0b76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- topaz/filepoint.h.orig Wed Dec 4 23:02:26 2002
+++ topaz/filepoint.h Fri Dec 27 04:46:14 2002
@@ -26,6 +26,8 @@
# include <stdio.h>
# include <string>
+using namespace std;
+
class HandleElement
{
|