summaryrefslogtreecommitdiff
blob: 58d1f26d7f93c0de17e169f8cde19a7b76384ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: 'ptrdiff_t' does not name a type

--- bindings/python/_PreludeEasy.cxx
+++ bindings/python/_PreludeEasy.cxx
@@ -2845,7 +2845,7 @@
 
 #include <string>
 #include <stdexcept>
-
+#include <cstddef>
   
 namespace swig {
   struct stop_iteration {