blob: 006560506676d50656f1ec5e151ae49308cb68cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: cpp2latex-2.3/cpp2latex/main.cpp
===================================================================
--- cpp2latex-2.3.orig/cpp2latex/main.cpp
+++ cpp2latex-2.3/cpp2latex/main.cpp
@@ -22,6 +22,7 @@
#include <iostream>
#include <stdlib.h>
#include <string>
+#include <cstring>
#include <fstream>
#include <vector>
#include <stdio.h>
|