blob: 8d0d213e84616c93672993a0d4255fc9b1250bb3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- libcurv/viewer/mesh.cc.orig 2019-10-22 18:21:49 UTC
+++ libcurv/viewer/mesh.cc
@@ -2,6 +2,7 @@
#include <iostream>
#include <fstream>
+#include <sys/types.h>
//#include "fs.h"
#include "geom.h"
|