13 lines
213 B
Text
13 lines
213 B
Text
|
Index: src/comment.ll
|
||
|
--- src/comment.ll.orig
|
||
|
+++ src/comment.ll
|
||
|
@@ -24,7 +24,7 @@
|
||
|
|
||
|
#include <assert.h>
|
||
|
#include <ctype.h>
|
||
|
-#include <iostream.h>
|
||
|
+#include <iostream>
|
||
|
#include <stdarg.h>
|
||
|
#include <stdio.h>
|
||
|
|