aboutsummaryrefslogtreecommitdiff
path: root/ports/shogun/fix-ASSERT-not-found.patch
blob: ae8889caaae4a75f6ea9e12202ca7d379f5f9320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/shogun/base/Parallel.cpp b/src/shogun/base/Parallel.cpp
index 78ba319..53ac6c0 100644
--- a/src/shogun/base/Parallel.cpp
+++ b/src/shogun/base/Parallel.cpp
@@ -12,6 +12,7 @@
 #include <shogun/lib/RefCount.h>
 #include <shogun/lib/config.h>
 #include <shogun/lib/memory.h>
+#include <shogun/io/SGIO.h>
 
 #ifdef HAVE_CXX11
 #include <thread>