Explorar el Código

Added missing cstring header

Jan Potocki hace 5 años
padre
commit
62a8555771
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      pea2plus.cpp

+ 1
- 0
pea2plus.cpp Ver fichero

@@ -4,6 +4,7 @@
4 4
 #include <vector>
5 5
 #include <cmath>
6 6
 #include <cstdlib>
7
+#include <cstring>
7 8
 #include "Stopwatch.h"
8 9
 #include "ArrayGraph.h"
9 10
 #include "ListGraph.h"

Loading…
Cancelar
Guardar