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