blob: 36b8841a200d2611867e0d8e07290bb417ca4d9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- src/cavity/GePolCavity.cpp.orig 2019-10-24 12:25:02 UTC
+++ src/cavity/GePolCavity.cpp
@@ -21,6 +21,7 @@
* PCMSolver API, see: <http://pcmsolver.readthedocs.io/>
*/
+#include <sys/types.h>
#include "GePolCavity.hpp"
#include <algorithm>
@@ -32,7 +33,6 @@
#include <string>
#include <vector>
-#include <sys/types.h>
#include <unistd.h>
#include "Config.hpp"
|