blob: ce771e8d1e3d836465ec30f95dbe06afc672b24f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/green/SphericalDiffuse.cpp.orig 2019-10-24 12:30:56 UTC
+++ src/green/SphericalDiffuse.cpp
@@ -21,6 +21,7 @@
* PCMSolver API, see: <http://pcmsolver.readthedocs.io/>
*/
+#include <sys/types.h>
#include "SphericalDiffuse.hpp"
#include <iosfwd>
|