23 lines
384 B
Text
23 lines
384 B
Text
|
Index: src/doc2tex.ll
|
||
|
--- src/doc2tex.ll.orig
|
||
|
+++ src/doc2tex.ll
|
||
|
@@ -23,12 +23,16 @@
|
||
|
|
||
|
%{
|
||
|
#include <assert.h>
|
||
|
-#include <fstream.h>
|
||
|
-#include <iostream.h>
|
||
|
+#include <fstream>
|
||
|
+#include <iostream>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
#include <time.h>
|
||
|
+
|
||
|
+using std::cerr;
|
||
|
+using std::endl;
|
||
|
+using std::ifstream;
|
||
|
|
||
|
#include "classgraph.h"
|
||
|
#include "doc.h"
|