Files
2022-03-11 18:49:30 +00:00

13 lines
201 B
Plaintext

Index: src/cpp.ll
--- src/cpp.ll.orig
+++ src/cpp.ll
@@ -26,7 +26,7 @@
#include <assert.h>
#include <ctype.h>
-#include <iostream.h>
+#include <iostream>
#include <stdarg.h>
#include <stdio.h>